diff --git a/docs/production/upload-backends.md b/docs/production/upload-backends.md index d6c3af72e1..3a76b20c09 100644 --- a/docs/production/upload-backends.md +++ b/docs/production/upload-backends.md @@ -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