Skip to content

Update the documentation to reflect the change in default sts endpoint #4576

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/guide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ in the ``~/.aws/config`` file.
``sts_regional_endpoints``
Sets AWS STS endpoint resolution logic. This configuration can also be set
using the environment variable ``AWS_STS_REGIONAL_ENDPOINTS``. By default,
this configuration option is set to ``legacy``. Valid values are the following:
this configuration option is set to ``regional``. Valid values are the following:

* ``regional``
Uses the STS endpoint that corresponds to the configured Region. For
Expand Down Expand Up @@ -641,4 +641,4 @@ Setting it in the shared credentials or config file:
.. code-block:: ini

[default]
account_id_endpoint_mode=disabled
account_id_endpoint_mode=disabled
Loading