Skip to content

Commit 4364b4e

Browse files
committed
PR feedback
1 parent ea50c73 commit 4364b4e

File tree

1 file changed

+1
-1
lines changed
  • src/aws_encryption_sdk/key_providers

1 file changed

+1
-1
lines changed

src/aws_encryption_sdk/key_providers/kms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class StrictAwsKmsMasterKeyProvider(BaseKMSMasterKeyProvider):
231231
should be used for encryption and decryption. On encryption, the plaintext will be encrypted with all configured
232232
master keys. On decryption, it only attempts to decrypt ciphertexts that have been wrapped with a CMK that
233233
matches one of the configured CMK ARNs. If the ciphertext is encrypted with a master key that was not
234-
explicitly configured, decryption will fail. To create a Strict Aws Kms Master Key Provider you must provide
234+
explicitly configured, decryption will fail. To create a StrictAwsKmsMasterKeyProvider you must provide
235235
one or more CMKs. For providers that will only be used for encryption, you can use any valid KMS key
236236
identifier. For providers that will be used for decryption, you must use the key ARN; key ids, alias names, and
237237
alias ARNs are not supported.

0 commit comments

Comments
 (0)