We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd49ea1 commit 65c5aafCopy full SHA for 65c5aaf
DynamoDbEncryption/dafny/DynamoDbEncryption/src/ConfigToInfo.dfy
@@ -131,7 +131,8 @@ module SearchConfigToInfo {
131
&& output.error.DynamoDbEncryptionException?
132
&& output.error.message == "Searchable Encryption does not support the Shared Cache type at this time."
133
{
134
- // TODO-FutureCleanUp : It is not-good that the MPL is initialized here;
+ // TODO-FutureCleanUp : https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1510
135
+ // It is not-good that the MPL is initialized here;
136
// The MPL has a config object that could hold customer intent that affects behavior.
137
// Today, it does not. But tomorrow?
138
var mplR := MaterialProviders.MaterialProviders();
0 commit comments