Skip to content
Snippets Groups Projects

Solve public permission files on AWS

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -53,4 +53,5 @@ MEDIA_URL = 'https://' + AWS_S3_CUSTOM_DOMAIN + 'media/'
MEDIA_ROOT = 'media'
# ACL for public read
AWS_DEFAULT_ACL = "public-read"
ACL = 'public-read'
Loading