mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06: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:
parent
06d1b19ca2
commit
cf2e86c763
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user