Skip to content

Commit 8fb2741

Browse files
docs: apply suggestions from code review
Co-Authored-By: Wesley Rosenblum <[email protected]>
1 parent 1a01d32 commit 8fb2741

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

examples/src/master_key_provider/aws_kms/discovery_decrypt.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
1414
https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/concepts.html#master-key-provider
1515
16+
For an example of how to use the KMS master key with a single CMK,
17+
see the ``master_key_provider/aws_kms/single_cmk`` example.
18+
1619
For an example of how to use the KMS master key provider with CMKs in multiple regions,
1720
see the ``master_key_provider/aws_kms/multiple_regions`` example.
1821
"""

examples/src/master_key_provider/aws_kms/multiple_regions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
For an example of how to use the KMS master key with a single CMK,
1313
see the ``master_key_provider/aws_kms/single_cmk`` example.
1414
15-
For examples of how to use the KMS master key provider in discovery mode on decrypt,
16-
see the ``master_key_provider/aws_kms/discovery_decrypt``.
15+
For an example of how to use the KMS master key provider in discovery mode on decrypt,
16+
see the ``master_key_provider/aws_kms/discovery_decrypt`` example.
1717
"""
1818
import aws_encryption_sdk
1919
from aws_encryption_sdk.key_providers.kms import KMSMasterKey, KMSMasterKeyProvider

examples/src/master_key_provider/aws_kms/single_cmk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
For an example of how to use the KMS master key provider with CMKs in multiple regions,
1313
see the ``master_key_provider/aws_kms/multiple_regions`` example.
1414
15-
For examples of how to use the KMS master key provider in discovery mode on decrypt,
16-
see the ``master_key_provider/aws_kms/discovery_decrypt``.
15+
For an example of how to use the KMS master key provider in discovery mode on decrypt,
16+
see the ``master_key_provider/aws_kms/discovery_decrypt`` example.
1717
"""
1818
import aws_encryption_sdk
1919
from aws_encryption_sdk.key_providers.kms import KMSMasterKey

0 commit comments

Comments
 (0)