Skip to content

Commit

Permalink
Explicit AWS ACL settings (fixes #438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Feb 26, 2024
1 parent c71afcd commit 1095425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graveyard/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
AWS_QUERYSTRING_AUTH = False
AWS_S3_CUSTOM_DOMAIN = "uploady.dracidoupe.cz"
AWS_S3_SECURE_URLS = False
AWS_DEFAULT_ACL = None # Default to bucket settings

# Which email address we are sending transaction emails from
DDCZ_TRANSACTION_EMAIL_FROM = "[email protected]"
Expand Down

0 comments on commit 1095425

Please sign in to comment.