zulip/zerver/lib/upload
Alex Vandiver c1e8ecd08f uploads: Cache boto client in the module and be writable.
The `get_signed_upload_url` code is called for every S3 file serve
request, and is thus in the hot path.  The boto3 client caching
optimization is thus potentially useful as a performance optimization.
2024-09-20 15:43:49 -07:00
..
__init__.py thumbnail: Support checking for images from streaming sources. 2024-09-17 12:51:30 -07:00
base.py thumbnail: Support checking for images from streaming sources. 2024-09-17 12:51:30 -07:00
local.py upload: Use get_export_tarball_url in upload_export_tarball. 2024-09-20 15:43:49 -07:00
s3.py uploads: Cache boto client in the module and be writable. 2024-09-20 15:43:49 -07:00