Skip to content

Use 6.0.0-rc4 in csfle download example #1212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 15, 2022
Merged
Changes from all commits
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
6 changes: 4 additions & 2 deletions source/client-side-encryption/tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,9 @@ for information on "disabling" csfle and setting csfle search paths.

.. code-block:: shell

$ python3 mongodl.py --component=csfle --version=5.3.1 --out=./csfle/
$ python3 mongodl.py --component=csfle --version=6.0.0-rc4 --out=./csfle/

Other versions of `csfle` are available. Please use the `--list` option to see versions.

.. _mongodl: https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/mongodl.py
.. _drivers-evergreen-tools: https://github.com/mongodb-labs/drivers-evergreen-tools/
Expand Down Expand Up @@ -1741,4 +1743,4 @@ Use ``clientEncryption`` to encrypt the value "encrypted unindexed value" with t

Store the result in ``payload``.

Use ``clientEncryption`` to decrypt ``payload``. Assert the returned value equals "encrypted unindexed value".
Use ``clientEncryption`` to decrypt ``payload``. Assert the returned value equals "encrypted unindexed value".