mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 07:57:01 +00:00
refactor(kms): fold the KmsClient layer into KmsBackend and complete lifecycle overrides (#5501)
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ expression: capabilities_snapshot(backend.capabilities())
|
||||
"encrypt": true,
|
||||
"generate_data_key": true,
|
||||
"physical_delete": true,
|
||||
"rotate": false,
|
||||
"rotate": true,
|
||||
"schedule_deletion": true,
|
||||
"versioning": false
|
||||
"versioning": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user