Skip to content
Snippets Groups Projects
Commit f7a39a7c authored by Thomas Bidot-naude's avatar Thomas Bidot-naude
Browse files

Solve public permission files on AWS

parent dbf6ee70
Branches
No related tags found
2 merge requests!39Solve public permission files on AWS,!41Rectification Exportation excel sorties
...@@ -53,4 +53,5 @@ MEDIA_URL = 'https://' + AWS_S3_CUSTOM_DOMAIN + 'media/' ...@@ -53,4 +53,5 @@ MEDIA_URL = 'https://' + AWS_S3_CUSTOM_DOMAIN + 'media/'
MEDIA_ROOT = 'media' MEDIA_ROOT = 'media'
# ACL for public read # ACL for public read
AWS_DEFAULT_ACL = "public-read"
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