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 @@ -191,14 +191,19 @@ The {+driver-short+} v6.1 release includes the following features:
191
191
``Decimal128.fromStringWithRounding()`` method. To learn more, see the
192
192
`v6.1.0 bson release notes <https://github.com/mongodb/js-bson/releases/tag/v6.1.0>`__.
193
193
194
- - Detects environment variables for region settings when
195
- authenticating by using the ``MONGODB-AWS`` authentication mechanism.
196
- To instruct the driver to use your region options, you must set both
197
- of the following environment variables:
194
+ - Detects environment variables for region settings when you
195
+ authenticate by using the `IAM AssumeRoleWithWebIdentity action
196
+ <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html>`__
197
+ with ``MONGODB-AWS`` authentication. To instruct the driver to use your region options,
198
+ you must set both of the following environment variables:
198
199
199
200
- ``AWS_STS_REGIONAL_ENDPOINTS``
200
201
- ``AWS_REGION``
201
202
203
+ To learn how to set region settings when using the ``MONGODB-AWS``
204
+ authentication mechanism, see the :guilabel:`Web Identity Token` tab in the
205
+ :ref:`MONGODB-AWS <mongodb-aws>` section of the Authentication Mechanisms guide.
206
+
202
207
- Fixes a memory leak issue caused by recursive calls to the ``next()``
203
208
method of the ``ChangeStream`` type.
204
209
You can’t perform that action at this time.
0 commit comments