Added AWS_S3_REGION_NAME to production settings

This commit is contained in:
Jelmert 2019-04-02 15:43:48 +02:00
parent 3f756b7627
commit d1bf4f4815

View File

@ -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
# ------------------------