Skip to content

Commit

Permalink
Merge pull request #628 from freelawproject/fix-aws-settings
Browse files Browse the repository at this point in the history
fix(aws_settings): Add missing variable to production settings
  • Loading branch information
ERosendo authored Nov 5, 2024
2 parents 3f7e3bb + 9925969 commit ef2c97c
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 ef2c97c

Please sign in to comment.