diff --git a/aws/conf.py b/aws/conf.py
index e7bf2e4b334a0b07d0c3026201e4a9c191fbeb3d..b1e0ea4a50fb4777b00ee942e5c5f57be0898506 100644
--- a/aws/conf.py
+++ b/aws/conf.py
@@ -51,3 +51,6 @@ 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
+ACL = 'public-read'