Skip to content

Commit

Permalink
DRIVERS-953: Remove erroneous option from ClientEncryptionOpts sample…
Browse files Browse the repository at this point in the history
… code (#1719)
  • Loading branch information
adelinowona authored Nov 5, 2024
1 parent 876e790 commit db8d8d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/client-side-encryption/client-side-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -1326,8 +1326,7 @@ client = MongoClient(auto_encryption_opts=opts)
opts = ClientEncryptionOpts (
key_vault_client=client,
key_vault_namespace="keyvault.datakeys",
kms_providers=kms,
bypass_auto_encryption=True)
kms_providers=kms)
client_encryption = ClientEncryption(opts)

accounts = client.db.accounts
Expand Down

0 comments on commit db8d8d1

Please sign in to comment.