Skip to content

Commit b874366

Browse files
auto commit
1 parent 0147d86 commit b874366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Examples/runtimes/go/migration/PlaintextToAWSDBE/migrationutils.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88
)
99

1010
const (
11-
EncryptedAndSignedValue = "this will be encrypted and signed"
12-
SignOnlyValue = "this will never be encrypted, but it will be signed"
13-
DoNothingValue = "this will never be encrypted nor signed"
11+
EncryptedAndSignedValue = "􏨾먱龹龱𐀂﹌𐀁𐀂𐀂𐀁. This will be encrypted and signed. 􏨾먱龹龱𐀂﹌𐀁𐀂𐀂𐀁"
12+
SignOnlyValue = "􏨾먱龹龱𐀂﹌𐀁𐀂𐀂𐀁. This will never be encrypted, but it will be signed. 􏨾먱龹龱𐀂﹌𐀁𐀂𐀂𐀁."
13+
DoNothingValue = "􏨾먱龹龱𐀂﹌𐀁𐀂𐀂𐀁. This will never be encrypted nor signed. 􏨾먱龹龱𐀂﹌𐀁𐀂𐀂𐀁."
1414
)
1515

1616
func VerifyReturnedItem(result *dynamodb.GetItemOutput, partitionKeyValue, sortKeyValue, encryptedAndSignedValue, signOnlyValue, doNothingValue string) error {

0 commit comments

Comments
 (0)