mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
uploads: Allow uploads to set storage class.
Uploads are well-positioned to use S3's "intelligent tiering" storage class. Add a setting to let uploaded files to declare their desired storage class at upload time, and document how to move existing files to the same storage class.
This commit is contained in:
committed by
Tim Abbott
parent
ba7492a314
commit
d957559371
@@ -768,6 +768,7 @@ LOCAL_UPLOADS_DIR = "/home/zulip/uploads"
|
||||
# S3_REGION = None
|
||||
# S3_ENDPOINT_URL = None
|
||||
# S3_SKIP_PROXY = True
|
||||
# S3_UPLOADS_STORAGE_CLASS = "STANDARD"
|
||||
|
||||
## Maximum allowed size of uploaded files, in megabytes. This value is
|
||||
## capped at 80MB in the nginx configuration, because the file upload
|
||||
|
||||
Reference in New Issue
Block a user