Skip to content

Commit 93a1371

Browse files
committed
docs: reword behavior separation statement
1 parent b0c0cc0 commit 93a1371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/src/keyring/aws_kms/act_like_aws_kms_master_key_provider.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
but unlike the AWS KMS keyring,
1212
the AWS KMS master key provider always attempts to decrypt
1313
*any* data keys that were encrypted under an AWS KMS CMK.
14-
We have found that separating these two behaviors out,
15-
as we did in the AWS KMS keyring,
16-
makes it more clear what behavior to expect.
14+
We have found that separating these two behaviors
15+
makes it more clear what behavior to expect,
16+
so that is what we did with the AWS KMS keyring and the AWS KMS discovery keyring.
1717
However, as you migrate away from master key providers to keyrings,
1818
you might need to replicate the behavior of the AWS KMS master key provider.
1919

0 commit comments

Comments
 (0)