Skip to content

Commit c2a9a0f

Browse files
committed
MW feedback
1 parent 9724a67 commit c2a9a0f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

source/security/authentication/aws-iam.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ AWS documentation for the version you need:
130130

131131
.. note::
132132

133-
For the AWS SDK for Java v2, the Java driver currently tests by using the
133+
For the AWS SDK for Java v2, the Java driver tests by using the
134134
``software.amazon.awssdk:auth:2.30.31`` dependency.
135135

136-
For the AWS SDK for Java v1, the Java driver currently tests by using the
136+
For the AWS SDK for Java v1, the Java driver tests by using the
137137
``com.amazonaws:aws-java-sdk-core:1.12.782`` dependency.
138138

139139
.. _kotlin-mongodb-aws-sdk-credentials:

source/security/authentication/scram.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ mechanism and use the following placeholder values:
5555

5656
- ``db_username``: Your MongoDB database username.
5757
- ``db_password``: Your MongoDB database user's password.
58-
- ``hostname``: The network address of your MongoDB deployment, accessible by your client.
58+
- ``hostname``: The network address of your MongoDB deployment, open to your client.
5959
- ``port``: The port number of your MongoDB deployment.
6060
- ``authenticationDb``: The MongoDB database that contains your user's
6161
authentication data. If you omit this parameter, the driver uses the
@@ -140,7 +140,7 @@ mechanism and use the following placeholder values:
140140

141141
- ``db_username``: Your MongoDB database username.
142142
- ``db_password``: Your MongoDB database user's password.
143-
- ``hostname``: The network address of your MongoDB deployment, accessible by your client.
143+
- ``hostname``: The network address of your MongoDB deployment, open to your client.
144144
- ``port``: The port number of your MongoDB deployment.
145145
- ``authenticationDb``: The MongoDB database that contains your user's
146146
authentication data. If you omit this parameter, the driver uses the

source/security/authentication/x509.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Specify X.509 Authentication
4040
The examples in this section show how to specify the ``X.509`` authentication mechanism
4141
and use the following placeholder values:
4242

43-
* ``hostname``: The network address of your MongoDB deployment, accessible by your client.
43+
* ``hostname``: The network address of your MongoDB deployment, open to your client.
4444
* ``port``: The port number of your MongoDB server.
4545
* ``authenticationDb``: The MongoDB database that contains your user's
4646
authentication data. If you omit this parameter, the driver uses the

0 commit comments

Comments
 (0)