Skip to content

Commit

Permalink
HYP-HOTFIX-091323 - Set uploads to use S3v4 signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
b32147 committed Sep 13, 2023
1 parent 31efbd5 commit a10ae56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/hypatio/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
S3_BUCKET = environment.get_str('S3_BUCKET', required=True)

DEFAULT_FILE_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'
AWS_S3_SIGNATURE_VERSION = 's3v4'
AWS_STORAGE_BUCKET_NAME = environment.get_str('S3_BUCKET', required=True)
AWS_LOCATION = 'upload'

Expand Down

0 comments on commit a10ae56

Please sign in to comment.