mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-29 16:37:07 +00:00
feat(kms): add vault transit engine
This commit is contained in:
@@ -21,6 +21,7 @@ use std::collections::HashMap;
|
||||
|
||||
pub mod local;
|
||||
pub mod vault;
|
||||
pub mod vault_transit;
|
||||
|
||||
/// Abstract KMS client interface that all backends must implement
|
||||
#[async_trait]
|
||||
|
||||
Reference in New Issue
Block a user