mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 09:12:45 +08:00
FIX: Setting DISCOURSE_S3_REGION env variable had no effect
This commit is contained in:
parent
0381e99b71
commit
a3f8ef89a6
|
@ -1019,6 +1019,7 @@ files:
|
|||
s3_region:
|
||||
default: 'us-east-1'
|
||||
enum: 'S3RegionSiteSetting'
|
||||
shadowed_by_global: true
|
||||
s3_upload_bucket:
|
||||
default: ''
|
||||
regex: '^[a-z0-9\-\/]+$' # can't use '.' when using HTTPS
|
||||
|
|
Loading…
Reference in New Issue
Block a user