Skip to content

Commit 7a97a58

Browse files
authored
Update the documentation to reflect the change in default sts endpoint (#4576)
1 parent 8617957 commit 7a97a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/guide/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ in the ``~/.aws/config`` file.
421421
``sts_regional_endpoints``
422422
Sets AWS STS endpoint resolution logic. This configuration can also be set
423423
using the environment variable ``AWS_STS_REGIONAL_ENDPOINTS``. By default,
424-
this configuration option is set to ``legacy``. Valid values are the following:
424+
this configuration option is set to ``regional``. Valid values are the following:
425425

426426
* ``regional``
427427
Uses the STS endpoint that corresponds to the configured Region. For
@@ -641,4 +641,4 @@ Setting it in the shared credentials or config file:
641641
.. code-block:: ini
642642
643643
[default]
644-
account_id_endpoint_mode=disabled
644+
account_id_endpoint_mode=disabled

0 commit comments

Comments
 (0)