Skip to content

Commit 14a3eba

Browse files
auto commit
1 parent 8412c88 commit 14a3eba

File tree

1 file changed

+1
-1
lines changed
  • Examples/runtimes/go/migration/PlaintextToAWSDBE/awsdbe

1 file changed

+1
-1
lines changed

Examples/runtimes/go/migration/PlaintextToAWSDBE/awsdbe/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func configureTable(kmsKeyID, ddbTableName string, plaintextOverride dbesdkdynam
2727
// Configure which attributes are encrypted and/or signed when writing new items.
2828
// For each attribute that may exist on the items we plan to write to our DynamoDbTable,
2929
// we must explicitly configure how they should be treated during item encryption:
30-
// - ENCRYPT_AND_SIGN: The attribute is encrypted and included in the signature
30+
// - ENCRYPT_AND_SIGN: The attribute is encrypted and included in the signature
3131
// - SIGN_ONLY: The attribute not encrypted, but is still included in the signature
3232
// - DO_NOTHING: The attribute is not encrypted and not included in the signature
3333
partitionKeyName := "partition_key"

0 commit comments

Comments
 (0)