Skip to content

Commit

Permalink
New files in S3 storage are now mirrored in new S3 storage
Browse files Browse the repository at this point in the history
  • Loading branch information
maatinito committed Nov 27, 2024
1 parent 8b68be7 commit 2004bec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ s3:

new_s3:
service: S3
endpoint: "<%= ENV['NEW_S3_ENDPOINT'] %>"
bucket: "<%= ENV.fetch('NEW_S3_BUCKET','') %>"
access_key_id: "<%= ENV['NEW_S3_ACCESS_KEY'] %>"
secret_access_key: "<%= ENV['NEW_S3_SECRET_KEY'] %>"
region: "<%= ENV['NEW_S3_REGION'] %>"
endpoint: "<%= ENV['S3_NEW_ENDPOINT'] %>"
bucket: "<%= ENV.fetch('S3_NEW_BUCKET','') %>"
access_key_id: "<%= ENV['S3_NEW_ACCESS_KEY'] %>"
secret_access_key: "<%= ENV['S3_NEW_SECRET_KEY'] %>"
region: "<%= ENV['S3_NEW_REGION'] %>"
force_path_style: true

local_mirror:
Expand Down

0 comments on commit 2004bec

Please sign in to comment.