From 134d4857bf80e446ed2ed795982dab4d0f691630 Mon Sep 17 00:00:00 2001 From: ubaskota <19787410+ubaskota@users.noreply.github.com> Date: Tue, 22 Jul 2025 10:06:31 -0400 Subject: [PATCH] Update the documentation to reflect the change in default sts endpoint --- docs/source/guide/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/guide/configuration.rst b/docs/source/guide/configuration.rst index c633d2a0db..018bfe499a 100644 --- a/docs/source/guide/configuration.rst +++ b/docs/source/guide/configuration.rst @@ -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 @@ -641,4 +641,4 @@ Setting it in the shared credentials or config file: .. code-block:: ini [default] - account_id_endpoint_mode=disabled \ No newline at end of file + account_id_endpoint_mode=disabled