Skip to content

Commit 063aecb

Browse files
committed
capitalize T
1 parent 4b52383 commit 063aecb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Examples/runtimes/python/DynamoDBEncryption/src/keyring/hierarchical_keyring_example/with_encrypted_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Example demonstrating DynamoDb Encryption using a Hierarchical Keyring with EncryptedTable.
55
6-
This example sets up DynamoDb Encryption for the AWS SDK table resource
6+
This example sets up DynamoDb Encryption for the AWS SDK Table resource
77
using the Hierarchical Keyring, which establishes a key hierarchy
88
where "branch" keys are persisted in DynamoDb.
99
These branch keys are used to protect your data keys,

Examples/runtimes/python/DynamoDBEncryption/src/keyring/kms_ecdh_keyring_example/with_encrypted_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Examples demonstrating DynamoDb Encryption using an AWS KMS ECDH Keyring with EncryptedTable.
55
6-
These examples set up DynamoDb Encryption for the AWS SDK table resource
6+
These examples set up DynamoDb Encryption for the AWS SDK Table resource
77
using the AWS KMS ECDH Keyring. This keyring, depending on its KeyAgreement scheme,
88
takes in the sender's KMS ECC Key ARN, and the recipient's ECC Public Key to derive a shared secret.
99
The keyring uses the shared secret to derive a data key to protect the

Examples/runtimes/python/DynamoDBEncryption/src/keyring/raw_ecdh_keyring_example/with_encrypted_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
"""
4-
These examples set up DynamoDb Encryption for the AWS SDK table resource using the raw ECDH Keyring with EncrypedTable.
4+
These examples set up DynamoDb Encryption for the AWS SDK Table resource using the raw ECDH Keyring with EncrypedTable.
55
66
This keyring, depending on its KeyAgreement scheme,
77
takes in the sender's ECC private key, and the recipient's ECC Public Key to derive a shared secret.

Examples/runtimes/python/DynamoDBEncryption/src/keyring/shared_cache_across_hierarchical_keyrings_example/with_encrypted_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
Please make sure that you set all of Partition ID, Logical Key Store Name and Branch Key ID
4747
to be the same for two Hierarchical Keyrings if and only if you want them to share cache entries.
4848
49-
This example sets up DynamoDb Encryption for the AWS SDK table resource using the Hierarchical
49+
This example sets up DynamoDb Encryption for the AWS SDK Table resource using the Hierarchical
5050
Keyring, which establishes a key hierarchy where "branch" keys are persisted in DynamoDb.
5151
These branch keys are used to protect your data keys, and these branch keys are themselves
5252
protected by a root KMS Key.

0 commit comments

Comments
 (0)