Make object storage ACL configurable

Override this value to allow uploads to non-public S3
buckets. Otherwise "AccessDenied: Access Denied" errors will end up in
the log.

Fixes #4850
This commit is contained in:
Doug Luce
2022-03-16 10:58:01 +01:00
committed by Chocobozzz
parent 60233e90d2
commit f9915efa5e
5 changed files with 28 additions and 8 deletions
+3
View File
@@ -138,6 +138,9 @@ object_storage:
region: 'us-east-1'
# Set this ACL on each uploaded object
upload_acl: 'public-read'
credentials:
# You can also use AWS_ACCESS_KEY_ID env variable
access_key_id: ''
+3
View File
@@ -134,6 +134,9 @@ object_storage:
region: 'us-east-1'
# Set this ACL on each uploaded object
upload_acl: 'public'
credentials:
# You can also use AWS_ACCESS_KEY_ID env variable
access_key_id: ''