refactor(kms): fold the KmsClient layer into KmsBackend and complete lifecycle overrides (#5501)

This commit is contained in:
Zhengchao An
2026-07-31 16:31:21 +08:00
committed by GitHub
parent 78d6918c52
commit 76b3c085b5
8 changed files with 470 additions and 523 deletions
-1
View File
@@ -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;