Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlippold authored Nov 22, 2024
1 parent 0ade95e commit b7dbed8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hydroserver/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@
# Deployment Settings

if DEPLOYMENT_BACKEND == 'aws':
AWS_ACCESS_KEY_ID = config('AWS_ACCESS_KEY_ID', default=None)
AWS_SECRET_ACCESS_KEY = config('AWS_SECRET_ACCESS_KEY', default=None)
AWS_STORAGE_BUCKET_NAME = config('AWS_STORAGE_BUCKET_NAME', default=None)
AWS_STORAGE_BUCKET_NAME = config('STORAGE_BUCKET', default=None)
AWS_S3_CUSTOM_DOMAIN = urlparse(PROXY_BASE_URL).hostname
STORAGES = {
'default': {
Expand Down

0 comments on commit b7dbed8

Please sign in to comment.