mirror of
https://github.com/discourse/discourse.git
synced 2026-08-02 09:29:37 -05:00
FIX: Setting DISCOURSE_S3_REGION env variable had no effect
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user