Utilities ######### FileMessageReader ----------------- A helper to read messages that respect the :ref:`file-message-format` FileLocationS3 -------------- Provides support for "s3" location of file messages. To work properly, access and secret keys must be provided in the client configuration file for each potential provider endpoint. For example: .. code-block:: yaml account-name: accountname actors: # ... file-location: s3: "myminio:9002": access-key: myaccesskey secret-key: mysecretkey ssl: true FileLocationHTTP ---------------- Provides support for "http" location of file messages.