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 @@ -276,14 +276,19 @@ The {+driver-short+} v6.1 release includes the following features:
276
276
``Decimal128.fromStringWithRounding()`` method. To learn more, see the
277
277
`v6.1.0 bson release notes <https://github.com/mongodb/js-bson/releases/tag/v6.1.0>`__.
278
278
279
- - Detects environment variables for region settings when
280
- authenticating by using the ``MONGODB-AWS`` authentication mechanism.
281
- To instruct the driver to use your region options, you must set both
282
- of the following environment variables:
279
+ - Detects environment variables for region settings when you
280
+ authenticate by using the `IAM AssumeRoleWithWebIdentity action
281
+ <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html>`__
282
+ with ``MONGODB-AWS`` authentication. To instruct the driver to use your region options,
283
+ you must set both of the following environment variables:
283
284
284
285
- ``AWS_STS_REGIONAL_ENDPOINTS``
285
286
- ``AWS_REGION``
286
287
288
+ To learn how to set region settings when using the ``MONGODB-AWS``
289
+ authentication mechanism, see the :guilabel:`Web Identity Token` tab in the
290
+ :ref:`MONGODB-AWS <mongodb-aws>` section of the Authentication Mechanisms guide.
291
+
287
292
- Fixes a memory leak issue caused by recursive calls to the ``next()``
288
293
method of the ``ChangeStream`` type.
289
294
You can’t perform that action at this time.
0 commit comments