Skip to content
Snippets Groups Projects
Unverified Commit ff333cac authored by ThomasBidot's avatar ThomasBidot Committed by GitHub
Browse files

Solve public permission files on AWS

parent c416571b
No related branches found
No related tags found
No related merge requests found
......@@ -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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment