Merge branch 'fix/default-acl'

This commit is contained in:
Bruno Alla 2019-03-19 20:02:41 +00:00
commit 997b22e4ce

View File

@ -76,6 +76,8 @@ _AWS_EXPIRY = 60 * 60 * 24 * 7
AWS_S3_OBJECT_PARAMETERS = {
"CacheControl": f"max-age={_AWS_EXPIRY}, s-maxage={_AWS_EXPIRY}, must-revalidate"
}
# https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#settings
AWS_DEFAULT_ACL = None
# STATIC
# ------------------------