diff --git a/api/config/settings/common.py b/api/config/settings/common.py index 9e4fd64e2..049596d6b 100644 --- a/api/config/settings/common.py +++ b/api/config/settings/common.py @@ -467,11 +467,11 @@ it's safe to disable it. """ AWS_DEFAULT_ACL = env("AWS_DEFAULT_ACL", default=None) """ -The default ACL to use when uploading files to an S3-compatible object storage -bucket. +The default ACL to use when uploading files to an S3-compatible object storage +bucket. -ACLs and bucket policies are distinct concepts, and some storage -providers (ie Linode, Scaleway) will always apply the most restrictive between +ACLs and bucket policies are distinct concepts, and some storage +providers (ie Linode, Scaleway) will always apply the most restrictive between a bucket's ACL and policy, meaning a default private ACL will supercede a relaxed bucket policy.