Skip to content

Commit

Permalink
fix(aws_settings): Add missing variable to production settings
Browse files Browse the repository at this point in the history
  • Loading branch information
elisa-a-v committed Nov 5, 2024
1 parent 3f7e3bb commit 9925969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bc/settings/third_party/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
else:
AWS_ACCESS_KEY_ID = env("AWS_ACCESS_KEY_ID", default="")
AWS_SECRET_ACCESS_KEY = env("AWS_SECRET_ACCESS_KEY", default="")
AWS_SESSION_TOKEN = env("AWS_SESSION_TOKEN", default="")

AWS_STORAGE_BUCKET_NAME = env(
"AWS_STORAGE_BUCKET_NAME", default="law-bots-storage"
Expand Down

0 comments on commit 9925969

Please sign in to comment.