@@ -241,9 +241,9 @@ the subject name of the client certificate.
241
241
The following code snippets show how to specify the authentication mechanism
242
242
by using the following placeholders:
243
243
244
- * ``hostname``: network address of your MongoDB deployment, accessible by your client.
245
- * ``port``: port number of your MongoDB server.
246
- * ``authenticationDb``: MongoDB database that contains your user's
244
+ * ``hostname``: The network address of your MongoDB deployment, accessible by your client.
245
+ * ``port``: The port number of your MongoDB server.
246
+ * ``authenticationDb``: The MongoDB database that contains your user's
247
247
authentication data. If you omit this parameter, the driver uses the
248
248
default value ``admin``.
249
249
@@ -315,12 +315,12 @@ In the following sections, you can learn different ways to specify the
315
315
316
316
These sections contain code examples that use the following placeholders:
317
317
318
- * ``awsKeyId``: value of your AWS access key ID
319
- * ``awsSecretKey``: value of your AWS secret access key
320
- * ``atlasUri``: network address of your MongoDB Atlas deployment
321
- * ``hostname``: hostname of your MongoDB Atlas deployment
322
- * ``port``: port of your MongoDB Atlas deployment
323
- * ``awsSessionToken``: value of your AWS session token
318
+ * ``awsKeyId``: The value of your AWS access key ID
319
+ * ``awsSecretKey``: The value of your AWS secret access key
320
+ * ``atlasUri``: The network address of your MongoDB Atlas deployment
321
+ * ``hostname``: The hostname of your MongoDB Atlas deployment
322
+ * ``port``: The port of your MongoDB Atlas deployment
323
+ * ``awsSessionToken``: The value of your AWS session token
324
324
325
325
.. _kotlin-mongodb-aws-sdk:
326
326
@@ -329,7 +329,7 @@ AWS SDK
329
329
330
330
.. note:: End of Support for AWS SDK for Java v1
331
331
332
- The AWS SDK for Java v1 will reach end of support on Decemeber 31, 2025.
332
+ The AWS SDK for Java v1 will reach end of support on December 31, 2025.
333
333
AWS recommends migrating to AWS SDK for Java v2. For more information,
334
334
see the `end of support announcement
335
335
<https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/>`__
0 commit comments