Skip to content

Commit

Permalink
Enable SSL for S3 access
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Mar 2, 2024
1 parent 3d86f94 commit a519a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graveyard/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
AWS_STORAGE_BUCKET_NAME = "uploady.dracidoupe.cz"
AWS_QUERYSTRING_AUTH = False
AWS_S3_CUSTOM_DOMAIN = "uploady.dracidoupe.cz"
AWS_S3_SECURE_URLS = False
AWS_S3_SECURE_URLS = True
AWS_DEFAULT_ACL = None # Default to bucket settings

# Which email address we are sending transaction emails from
Expand Down

0 comments on commit a519a67

Please sign in to comment.