File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -596,14 +596,19 @@ The {+driver-short+} v6.1 release includes the following features:
596
596
``Decimal128.fromStringWithRounding()`` method. To learn more, see the
597
597
`v6.1.0 bson release notes <https://github.com/mongodb/js-bson/releases/tag/v6.1.0>`__.
598
598
599
- - Detects environment variables for region settings when
600
- authenticating by using the ``MONGODB-AWS`` authentication mechanism.
601
- To instruct the driver to use your region options, you must set both
602
- of the following environment variables:
599
+ - Detects environment variables for region settings when you
600
+ authenticate by using the `IAM AssumeRoleWithWebIdentity action
601
+ <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html>`__
602
+ with ``MONGODB-AWS`` authentication. To instruct the driver to use your region options,
603
+ you must set both of the following environment variables:
603
604
604
605
- ``AWS_STS_REGIONAL_ENDPOINTS``
605
606
- ``AWS_REGION``
606
607
608
+ To learn how to set region settings when using the ``MONGODB-AWS``
609
+ authentication mechanism, see the :guilabel:`Web Identity Token` tab in the
610
+ :ref:`MONGODB-AWS <mongodb-aws>` section of the Authentication Mechanisms guide.
611
+
607
612
- Fixes a memory leak issue caused by recursive calls to the ``next()``
608
613
method of the ``ChangeStream`` type.
609
614
You can’t perform that action at this time.
0 commit comments