Fix formatting

This commit is contained in:
Georg Krause 2022-05-07 11:36:44 +02:00
parent 40db52a91e
commit e3a28b57d1
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 4 additions and 4 deletions

View File

@ -470,11 +470,11 @@ it's safe to disable it.
""" """
AWS_DEFAULT_ACL = env("AWS_DEFAULT_ACL", default=None) AWS_DEFAULT_ACL = env("AWS_DEFAULT_ACL", default=None)
""" """
The default ACL to use when uploading files to an S3-compatible object storage The default ACL to use when uploading files to an S3-compatible object storage
bucket. bucket.
ACLs and bucket policies are distinct concepts, and some storage ACLs and bucket policies are distinct concepts, and some storage
providers (ie Linode, Scaleway) will always apply the most restrictive between 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 bucket's ACL and policy, meaning a default private ACL will supercede
a relaxed bucket policy. a relaxed bucket policy.