refactor(kms): share a KMS client for all KMS operations (#744)

This commit is contained in:
Sanchith Hegde
2023-03-15 21:53:38 +05:30
committed by GitHub
parent 5c9bec9f53
commit a3ff2e8d4f
14 changed files with 347 additions and 306 deletions

View File

@ -1,6 +1,7 @@
pub mod api;
pub mod authentication;
pub mod encryption;
#[cfg(feature = "kms")]
pub mod kms;
pub mod logger;