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:
@@ -182,7 +182,6 @@ impl DeletionWorker {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::backends::KmsClient as _;
|
||||
use crate::backends::local::LocalKmsBackend;
|
||||
use crate::config::KmsConfig;
|
||||
use crate::error::KmsError;
|
||||
|
||||
Reference in New Issue
Block a user