Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dbx/auth-aws-deprecation-notice.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. important::

Specifying ``MONGODB-AWS`` credentials directly in the connection string is deprecated and will
be removed in the {+driver-short+} |driver-version| and later. To avoid using deprecated
Copy link
Collaborator

@mcmorisi mcmorisi Oct 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pymongo's {+driver-short+} value is "Pymongo" so this will read "the Pymongo vX.X and later", which is a frustrating edge case but we should probably adjust the copy to take that into account.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I was thinking about that as well. Would it work to make a |driver-name| variable to replace?

functionality, use environment variables or another method to provide your AWS credentials.