If access_endpoint_url is provided: - Use virtual host addressing style, so presigned URLs are of the form `https://bucket.s3-host.example.com/path/` instead of `https://s3-host.example.com/bucket/path/` - Allow for replacing `https://bucket.s3-host.example.com/path/` -> `https://my-custom-domain.example.com/path/`, where `https://my-custom-domain.example.com/path/` is the access_endpoint_url - Remove old `use_access_for_presign` which is no longer used - Fixes #2248 - docs: update deployment docs storages section to mention custom storages, access_endpoint_url --------- Co-authored-by: Tessa Walsh <tessa@bitarchivist.net> |
||
---|---|---|
.. | ||
migrations | ||
operator | ||
__init__.py | ||
auth.py | ||
background_jobs.py | ||
basecrawls.py | ||
colls.py | ||
crawlconfigs.py | ||
crawlmanager.py | ||
crawls.py | ||
db.py | ||
emailsender.py | ||
invites.py | ||
k8sapi.py | ||
main_bg.py | ||
main_op.py | ||
main.py | ||
models.py | ||
ops.py | ||
orgs.py | ||
pages.py | ||
pagination.py | ||
profiles.py | ||
storages.py | ||
subs.py | ||
uploads.py | ||
users.py | ||
utils.py | ||
version.py | ||
webhooks.py |