mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 08:08:20 -05:00
FEAT: make s3_force_path_style shadowed_by_global
Without this it's impossible to enable S3 backups to Minio (and Digital Ocean Spaces?) using only ENV variables in config. @tgxworld https://meta.discourse.org/t/can-we-make-s3-force-path-style-be-shadowed-by-global/103571
This commit is contained in:
@@ -1042,6 +1042,7 @@ files:
|
||||
regex: '^https?:\/\/.+[^\/]$'
|
||||
s3_force_path_style:
|
||||
default: false
|
||||
shadowed_by_global: true
|
||||
s3_configure_tombstone_policy:
|
||||
default: true
|
||||
shadowed_by_global: true
|
||||
|
||||
Reference in New Issue
Block a user