Disable the SSRE2 capability for now.
This commit is contained in:
parent
36d8e75eb1
commit
a4ca8faf15
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ object AppCapabilities {
|
|||
storage = storageCapable,
|
||||
deleteSync = true,
|
||||
versionedExpirationTimer = true,
|
||||
storageServiceEncryptionV2 = true
|
||||
storageServiceEncryptionV2 = false
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue