mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -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?:\/\/.+[^\/]$'
|
regex: '^https?:\/\/.+[^\/]$'
|
||||||
s3_force_path_style:
|
s3_force_path_style:
|
||||||
default: false
|
default: false
|
||||||
|
shadowed_by_global: true
|
||||||
s3_configure_tombstone_policy:
|
s3_configure_tombstone_policy:
|
||||||
default: true
|
default: true
|
||||||
shadowed_by_global: true
|
shadowed_by_global: true
|
||||||
|
Loading…
Reference in New Issue
Block a user