docs: Document max upload size setting.

This commit is contained in:
Tim Abbott 2024-09-23 16:10:38 -07:00
parent 07af9b357b
commit 4b25425adf
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ We also support an `S3` backend, which uses the Python `boto` library
to upload files to Amazon S3 (or an S3-compatible block storage
provider supported by the `boto` library).
Regardless of the backend you choose, you can configure the maximum
size of individual uploaded files using the `MAX_FILE_UPLOAD_SIZE`
[server setting](../production/settings.md).
## S3 backend configuration
Here, we document the process for configuring Zulip's S3 file upload