mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
refactor: rename kms feature flag to aws_kms (#3249)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -35,7 +35,7 @@ pub mod user;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod user_role;
|
||||
pub mod utils;
|
||||
#[cfg(all(feature = "olap", feature = "kms"))]
|
||||
#[cfg(all(feature = "olap", feature = "aws_kms"))]
|
||||
pub mod verification;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod verify_connector;
|
||||
|
||||
Reference in New Issue
Block a user