Skip to content

Commit 06b2336

Browse files
auto commit
1 parent f0f7c54 commit 06b2336

File tree

1 file changed

+0
-6
lines changed
  • Examples/runtimes/net/src/migration/PlaintextToAWSDBE/awsdbe

1 file changed

+0
-6
lines changed

Examples/runtimes/net/src/migration/PlaintextToAWSDBE/awsdbe/common.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ public static Dictionary<string, DynamoDbTableEncryptionConfig> CreateTableConfi
6262
var unsignedAttributes = new List<string> { "attribute3" };
6363

6464
// Create the DynamoDb Encryption configuration for the table we will be writing to.
65-
// This configuration uses PlaintextOverride.FORCE_PLAINTEXT_WRITE_ALLOW_PLAINTEXT_READ
66-
// which means:
67-
// - Write: Items are forced to be written as plaintext.
68-
// Items may not be written as encrypted items.
69-
// - Read: Items are allowed to be read as plaintext.
70-
// Items are allowed to be read as encrypted items.
7165
var tableConfig = new DynamoDbTableEncryptionConfig
7266
{
7367
LogicalTableName = ddbTableName,

0 commit comments

Comments
 (0)