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