You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- test:
- service: Disk
- root: <%= Rails.root.join("tmp/storage") %>
-
- local:
- service: Disk
- root: <%= Rails.root.join("storage") %>
-
- r2:
- service: S3
- endpoint: <%= ENV['R2_ENDPOINT'] %>
- access_key_id: <%= ENV['R2_ACCESS_KEY_ID'] %>
- secret_access_key: <%= ENV['R2_SECRET_ACCESS_KEY'] %>
- bucket: <%= ENV['R2_BUCKET'] %>
- region: auto
|