Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs/s3] Correct default signature version #1385

Merged
merged 1 commit into from Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 3 additions & 7 deletions docs/backends/amazon-S3.rst
Expand Up @@ -233,13 +233,9 @@ Settings

Default: ``None``

As of ``boto3`` version 1.13.21 the default signature version used for generating presigned
urls is still ``v2``. To be able to access your s3 objects in all regions through presigned
urls, explicitly set this to ``s3v4``.

Set this to use an alternate version such as ``s3``. Note that only certain regions
support the legacy ``s3`` (also known as ``v2``) version. You can check to see
if your region is one of them in the `S3 region list`_.
The default signature version is ``s3v4``. Set this to ``s3`` to use the legacy
signing scheme (aka ``v2``). Note that only certain regions support that version.
You can check to see if your region is one of them in the `S3 region list`_.

.. warning::

Expand Down