zulip/zerver/lib/upload
Alex Vandiver 75d6f35069 s3: Add a setting for S3 addressing style.
This controls if boto3 attempts to use
`https://bucketname.endpointname/` or `https://endpointname/bucket/`
as its prefix.  See
https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html

Fixes: #28424.
2024-01-05 11:12:18 -08:00
..
__init__.py python: Consistently use from…import for urllib.parse. 2023-12-05 13:03:07 -08:00
base.py models: Extract zerver.models.users. 2023-12-16 22:08:44 -08:00
local.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
s3.py s3: Add a setting for S3 addressing style. 2024-01-05 11:12:18 -08:00