diff --git a/aws/conf.py b/aws/conf.py
index b1e0ea4a50fb4777b00ee942e5c5f57be0898506..0553c51c57746e8cebf67e9db75664491bc22bf4 100644
--- a/aws/conf.py
+++ b/aws/conf.py
@@ -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'