mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-15 16:03:08 +00:00
Remove deprecated setting from django-storages
This commit is contained in:
parent
0c23267806
commit
53b4371c09
1 changed files with 0 additions and 2 deletions
|
|
@ -86,8 +86,6 @@ _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
|
||||
# https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#settings
|
||||
AWS_S3_REGION_NAME = env("DJANGO_AWS_S3_REGION_NAME", default=None)
|
||||
# https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#cloudfront
|
||||
|
|
|
|||
Loading…
Reference in a new issue