Skip to content

Commit afc7b49

Browse files
authored
Use 6.0.0-rc4 in csfle download example (#1212)
5.3.1 does not have all of FLE 2.0 functionality. It may not load correctly on older macOS.
1 parent f5ea3f9 commit afc7b49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/client-side-encryption/tests/README.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,9 @@ for information on "disabling" csfle and setting csfle search paths.
349349

350350
.. code-block:: shell
351351
352-
$ python3 mongodl.py --component=csfle --version=5.3.1 --out=./csfle/
352+
$ python3 mongodl.py --component=csfle --version=6.0.0-rc4 --out=./csfle/
353+
354+
Other versions of `csfle` are available. Please use the `--list` option to see versions.
353355

354356
.. _mongodl: https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/mongodl.py
355357
.. _drivers-evergreen-tools: https://github.com/mongodb-labs/drivers-evergreen-tools/
@@ -1747,4 +1749,4 @@ Use ``clientEncryption`` to encrypt the value "encrypted unindexed value" with t
17471749
17481750
Store the result in ``payload``.
17491751

1750-
Use ``clientEncryption`` to decrypt ``payload``. Assert the returned value equals "encrypted unindexed value".
1752+
Use ``clientEncryption`` to decrypt ``payload``. Assert the returned value equals "encrypted unindexed value".

0 commit comments

Comments
 (0)