Skip to content

Commit 21573ff

Browse files
auto commit
1 parent 1cac0e9 commit 21573ff

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ func configureTable(kmsKeyID, ddbTableName string, plaintextOverride dbesdkdynam
1515
// Create a Keyring. This Keyring will be responsible for protecting the data keys that protect your data.
1616
// We will use the `CreateMrkMultiKeyring` method to create this keyring,
1717
// as it will correctly handle both single region and Multi-Region KMS Keys.
18-
1918
matProv, err := mpl.NewClient(mpltypes.MaterialProvidersConfig{})
2019
utils.HandleError(err)
2120

0 commit comments

Comments
 (0)