Skip to content

Commit

Permalink
Overwrite media
Browse files Browse the repository at this point in the history
  • Loading branch information
akmiller01 committed Sep 15, 2023
1 parent a034897 commit 479fe6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion di_website/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
AWS_MEDIA_LOCATION = 'media'

if USE_SPACES:
AWS_S3_FILE_OVERWRITE = False
AWS_S3_FILE_OVERWRITE = True
AWS_ACCESS_KEY_ID = config('AWS_ACCESS_KEY_ID')
AWS_SECRET_ACCESS_KEY = config('AWS_SECRET_ACCESS_KEY')
AWS_STORAGE_BUCKET_NAME = config('AWS_STORAGE_BUCKET_NAME')
Expand Down

0 comments on commit 479fe6b

Please sign in to comment.