Parameterize S3 default ACL when uploading objects.

This commit is contained in:
Stuart Begley-Miller 2022-05-07 06:54:04 +00:00 committed by Georg Krause
commit 40db52a91e
3 changed files with 22 additions and 1 deletions

View file

@ -189,3 +189,11 @@ AWS_STORAGE_BUCKET_NAME=
# valid. The default value is 3600 (60 minutes). The maximum accepted value is 604800 (7 days)
# AWS_QUERYSTRING_EXPIRE=
# If you are using an S3-compatible object storage provider, and need to provide a default
# ACL for object uploads that is different from the default applied by boto3, you may
# override it here. Example:
# AWS_DEFAULT_ACL=public-read
# Available options can be found here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl
# AWS_DEFAULT_ACL=