Skip to content

Commit f314d9d

Browse files
committed
test: finish test 2
1 parent 454bfc5 commit f314d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3717,9 +3717,9 @@ class ClientEncryptionOpts {
37173717
keyVaultClient: <setupClient>,
37183718
keyVaultNamespace: "keyvault.datakeys",
37193719
kmsProviders: { "aws": {} },
3720-
credentialProviders: { "aws": <default provider from AWS SDK> }
3720+
credentialProviders: { "aws": <object/function that returns valid credentials from the environment> }
37213721
}
37223722
```
37233723

37243724
Use the client encryption to create a datakey using the "aws" KMS provider. This should successfully load and use the
3725-
AWS credentials that were defined in the environment.
3725+
AWS credentials that were defined in the environment. Assert the datakey was created.

0 commit comments

Comments
 (0)