Skip to content

Commit

Permalink
* Add the AWS_REGION to the settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff committed Aug 17, 2018
1 parent 3159db5 commit db19686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_kala/django_kala/settings/platforms/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

S3_MEDIA_URL = get_env_variable('S3_MEDIA_URL', '')
S3_STORAGE_BUCKET = get_env_variable('S3_STORAGE_BUCKET', '')
AWS_REGION = get_env_variable('AWS_REGION', 'us-west-1')

0 comments on commit db19686

Please sign in to comment.