mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
feat(kms): add static single-key backend (#5222)
This commit is contained in:
@@ -20,6 +20,7 @@ use async_trait::async_trait;
|
||||
use std::collections::HashMap;
|
||||
|
||||
pub mod local;
|
||||
pub mod static_kms;
|
||||
pub mod vault;
|
||||
pub mod vault_transit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user