From e3a28b57d1aaaf6dee47494a6e8af788965a8f8b Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sat, 7 May 2022 11:36:44 +0200 Subject: [PATCH] Fix formatting --- api/config/settings/common.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/config/settings/common.py b/api/config/settings/common.py index 0be1e9fc6..d66b05a5a 100644 --- a/api/config/settings/common.py +++ b/api/config/settings/common.py @@ -470,11 +470,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.