local: service: Disk root: <%= Rails.root.join("storage") %> test: service: Disk root: <%= Rails.root.join("tmp/storage") %> test_fixtures: service: Disk root: <%= Rails.root.join("tmp/storage_fixtures") %> scaleway: service: Scaleway access_key_id: <%= ENV['SCALEWAY_OS_ACCESS_KEY_ID'] %> secret_access_key: <%= ENV['SCALEWAY_OS_SECRET_ACCESS_KEY'] %> region: <%= ENV['SCALEWAY_OS_REGION'] %> bucket: <%= ENV['SCALEWAY_OS_BUCKET'] %> endpoint: <%= ENV['SCALEWAY_OS_ENDPOINT'] %> public: true upload: cache_control: 'public, max-age=31536000' # Remember not to checkin your GCS keyfile to a repository # google: # service: GCS # project: your_project # credentials: <%= Rails.root.join("path/to/gcs.keyfile") %> # bucket: your_own_bucket # Use rails credentials:edit to set the Azure Storage secret (as azure_storage:storage_access_key) # microsoft: # service: AzureStorage # storage_account_name: your_account_name # storage_access_key: <%= Rails.application.credentials.dig(:azure_storage, :storage_access_key) %> # container: your_container_name # mirror: # service: Mirror # primary: local # mirrors: [ amazon, google, microsoft ]