Skip to content

Commit

Permalink
fix: more s3 nonsense!
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Oct 12, 2023
1 parent 94d9805 commit f71185d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/antigendjango/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
"bucket_name": os.environ["AWS_STORAGE_BUCKET_NAME"],
"region_name": os.environ["AWS_S3_REGION_NAME"],
"location": os.environ.get("AWS_S3_PREFIX", ""),
"access_key": os.environ["AWS_S3_ACCESS_KEY_ID"],
"secret_key": os.environ["AWS_S3_SECRET_ACCESS_KEY"],
"file_overwrite": False,
},
},
Expand Down

0 comments on commit f71185d

Please sign in to comment.