mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
Added AWS_S3_REGION_NAME to production settings
This commit is contained in:
parent
3f756b7627
commit
d1bf4f4815
|
@ -86,6 +86,8 @@ AWS_S3_OBJECT_PARAMETERS = {
|
|||
}
|
||||
# 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)
|
||||
|
||||
# STATIC
|
||||
# ------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user