mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
Merge branch 'fix/default-acl'
This commit is contained in:
commit
997b22e4ce
|
@ -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
|
||||
# ------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user