mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 13:14:29 +08:00
Change env variable name for s3 bucket region [SCI-6603] (#3944)
This commit is contained in:
parent
1954d39beb
commit
91c97f1dea
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ amazon:
|
|||
service: CustomS3
|
||||
access_key_id: <%= ENV["AWS_ACCESS_KEY_ID"] %>
|
||||
secret_access_key: <%= ENV["AWS_SECRET_ACCESS_KEY"] %>
|
||||
region: <%= ENV["AWS_REGION"] %>
|
||||
region: <%= ENV["S3_REGION"] || ENV["AWS_REGION"] %>
|
||||
bucket: <%= ENV["S3_BUCKET"] %>
|
||||
subfolder: <%= ENV["S3_SUBFOLDER"] %>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue