Atlos Storage#

Module type

storage

Stores media files in a Atlos.

Features#

  • Saves media files to Atlos, organizing them into folders based on the provided path structure.

Notes#

  • Requires setup with Atlos credentials.

  • Files are uploaded to the specified root_folder_id and organized by the media.key structure.

Configuration Options#

YAML#

atlos_storage:
  api_token:
  atlos_url: https://platform.atlos.org

Command Line:#

Option

Description

Default

Type

atlos_storage.api_token

Required. An Atlos API token. For more information, see https://docs.atlos.org/technical/api/

None

string

atlos_storage.atlos_url

Optional. The URL of your Atlos instance (e.g., https://platform.atlos.org), without a trailing slash.

https://platform.atlos.org

string

API Reference