Skip to content

Commit c90ec36

Browse files
committed
fix main merge
1 parent 2ef5869 commit c90ec36

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/src/ConfigToInfo.dfy

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,6 @@ module SearchConfigToInfo {
134134
&& config.multi.keyFieldName in outer.attributeActionsOnEncrypt
135135
&& outer.attributeActionsOnEncrypt[config.multi.keyFieldName] == SE.ENCRYPT_AND_SIGN
136136
==> output.Failure?
137-
// Not in Spec, but for now, SE does not support the Shared Cache Type
138-
ensures
139-
&& config.multi?
140-
&& config.multi.cache.Some?
141-
&& config.multi.cache.value.Shared?
142-
==>
143-
&& output.Failure?
144-
// If the failure was NOT caused by booting up the MPL
145-
&& !output.error.AwsCryptographyMaterialProviders?
146-
==>
147-
&& output.error.DynamoDbEncryptionException?
148-
&& output.error.message == "Searchable Encryption does not support the Shared Cache type at this time."
149137
{
150138
// TODO-FutureCleanUp : https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1510
151139
// It is not-good that the MPL is initialized here;

0 commit comments

Comments
 (0)