We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8617957 commit 7a97a58Copy full SHA for 7a97a58
1 file changed
docs/source/guide/configuration.rst
@@ -421,7 +421,7 @@ in the ``~/.aws/config`` file.
421
``sts_regional_endpoints``
422
Sets AWS STS endpoint resolution logic. This configuration can also be set
423
using the environment variable ``AWS_STS_REGIONAL_ENDPOINTS``. By default,
424
- this configuration option is set to ``legacy``. Valid values are the following:
+ this configuration option is set to ``regional``. Valid values are the following:
425
426
* ``regional``
427
Uses the STS endpoint that corresponds to the configured Region. For
@@ -641,4 +641,4 @@ Setting it in the shared credentials or config file:
641
.. code-block:: ini
642
643
[default]
644
- account_id_endpoint_mode=disabled
+ account_id_endpoint_mode=disabled
0 commit comments