mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
s3: Support non-AWS S3 providers which do not support request checksums.
This commit is contained in:
committed by
Tim Abbott
parent
33339f89c3
commit
aeed907c50
@@ -52,6 +52,10 @@ backend. To enable this backend, you need to do the following:
|
||||
For certain AWS regions, you may need to set the `S3_REGION`
|
||||
setting to your default AWS region's code (e.g., `"eu-central-1"`).
|
||||
|
||||
1. Non-AWS block storage providers may need `S3_SKIP_CHECKSUM = True`; you
|
||||
should try without this at first, but enable it if you see exceptions
|
||||
involving `XAmzContentSHA256Mismatch`.
|
||||
|
||||
1. Finally, restart the Zulip server so that your settings changes
|
||||
take effect
|
||||
(`/home/zulip/deployments/current/scripts/restart-server`).
|
||||
|
||||
Reference in New Issue
Block a user