Skip to content

Commit ae850e9

Browse files
committed
Fix Pretix Signature errors with S3
1 parent 5b1f3bb commit ae850e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pretix/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
}
2424

2525
AWS_STORAGE_BUCKET_NAME = config.get("pycon", "media_bucket_name", fallback="")
26-
S3_USE_SIGV4 = True
26+
AWS_S3_SIGNATURE_VERSION = "s3v4"
27+
AWS_S3_ADDRESSING_STYLE = "path"

0 commit comments

Comments
 (0)