We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e56fa0 commit 54ecddaCopy full SHA for 54ecdda
DynamoDbEncryption/dafny/DynamoDbEncryption/src/ConfigToInfo.dfy
@@ -120,13 +120,13 @@ module SearchConfigToInfo {
120
&& outer.attributeActionsOnEncrypt[config.multi.keyFieldName] == SE.ENCRYPT_AND_SIGN
121
==> output.Failure?
122
// Not in Spec, but for now, SE does not support the Shared Cache Type
123
- ensures
+ ensures
124
&& config.multi?
125
&& config.multi.cache.Some?
126
&& config.multi.cache.value.Shared?
127
- ==>
+ ==>
128
&& output.Failure?
129
- // If the failure was NOT caused by booting up the MPL
+ // If the failure was NOT caused by booting up the MPL
130
&& !output.error.AwsCryptographyMaterialProviders?
131
==>
132
&& output.error.DynamoDbEncryptionException?
0 commit comments