File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
examples/src/master_key_provider/aws_kms Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/concepts.html#master-key-provider
15
15
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
+
16
19
For an example of how to use the KMS master key provider with CMKs in multiple regions,
17
20
see the ``master_key_provider/aws_kms/multiple_regions`` example.
18
21
"""
Original file line number Diff line number Diff line change 12
12
For an example of how to use the KMS master key with a single CMK,
13
13
see the ``master_key_provider/aws_kms/single_cmk`` example.
14
14
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 .
17
17
"""
18
18
import aws_encryption_sdk
19
19
from aws_encryption_sdk .key_providers .kms import KMSMasterKey , KMSMasterKeyProvider
Original file line number Diff line number Diff line change 12
12
For an example of how to use the KMS master key provider with CMKs in multiple regions,
13
13
see the ``master_key_provider/aws_kms/multiple_regions`` example.
14
14
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 .
17
17
"""
18
18
import aws_encryption_sdk
19
19
from aws_encryption_sdk .key_providers .kms import KMSMasterKey
You can’t perform that action at this time.
0 commit comments