diff --git a/crates/kms/Cargo.toml b/crates/kms/Cargo.toml index 8ff8cd939..86aa8950a 100644 --- a/crates/kms/Cargo.toml +++ b/crates/kms/Cargo.toml @@ -62,7 +62,7 @@ moka = { workspace = true, features = ["future"] } # Additional dependencies md-5 = { workspace = true } arc-swap = { workspace = true } -rustfs-utils = { workspace = true } +rustfs-utils = { workspace = true, features = ["http"] } rustfs-security-governance = { workspace = true } # `EventName` for KMS audit records. A leaf crate with no rustfs dependencies, # so the audit sink can live outside this crate without a second, drifting diff --git a/crates/kms/src/service.rs b/crates/kms/src/service.rs index a0b1bfb95..87466b601 100644 --- a/crates/kms/src/service.rs +++ b/crates/kms/src/service.rs @@ -81,16 +81,14 @@ fn request_encryption_context(context: &ObjectEncryptionContext) -> HashMap