Parameterize S3 default ACL when uploading objects.
This commit is contained in:
parent
30011cb428
commit
40db52a91e
3 changed files with 22 additions and 1 deletions
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue