diff --git a/project/aws/conf.py b/project/aws/conf.py index ee406b5bca547a07753ccbed32b2a1fe73eaa045..3600767df1775d6508f0d46470a5c982348de7c4 100644 --- a/project/aws/conf.py +++ b/project/aws/conf.py @@ -53,3 +53,7 @@ MEDIA_URL = 'https://' + AWS_S3_CUSTOM_DOMAIN + 'media/' # Direct the MEDIA_ROOT to the media/ directory inside the bucket MEDIA_ROOT = 'media' + +# ACL for public read +AWS_DEFAULT_ACL = "public-read" +ACL = 'public-read'