File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -475,14 +475,19 @@ The {+driver-short+} v6.1 release includes the following features:
475475 ``Decimal128.fromStringWithRounding()`` method. To learn more, see the
476476 `v6.1.0 bson release notes <https://github.com/mongodb/js-bson/releases/tag/v6.1.0>`__.
477477
478- - Detects environment variables for region settings when
479- authenticating by using the ``MONGODB-AWS`` authentication mechanism.
480- To instruct the driver to use your region options, you must set both
481- of the following environment variables:
478+ - Detects environment variables for region settings when you
479+ authenticate by using the `IAM AssumeRoleWithWebIdentity action
480+ <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html>`__
481+ with ``MONGODB-AWS`` authentication. To instruct the driver to use your region options,
482+ you must set both of the following environment variables:
482483
483484 - ``AWS_STS_REGIONAL_ENDPOINTS``
484485 - ``AWS_REGION``
485486
487+ To learn how to set region settings when using the ``MONGODB-AWS``
488+ authentication mechanism, see the :guilabel:`Web Identity Token` tab in the
489+ :ref:`MONGODB-AWS <mongodb-aws>` section of the Authentication Mechanisms guide.
490+
486491- Fixes a memory leak issue caused by recursive calls to the ``next()``
487492 method of the ``ChangeStream`` type.
488493
You can’t perform that action at this time.
0 commit comments