mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 16:07:05 +00:00
Update rustfs/src/admin/handlers/kms_dynamic.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: 唐小鸭 <tangtang1251@qq.com>
This commit is contained in:
@@ -210,7 +210,7 @@ impl Operation for ConfigureKmsHandler {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
info!("Configuring KMS with request: {:?}", configure_request);
|
info!("Configuring KMS from admin request");
|
||||||
|
|
||||||
let service_manager = kms_service_manager_from_context();
|
let service_manager = kms_service_manager_from_context();
|
||||||
let existing_config = service_manager.get_config().await;
|
let existing_config = service_manager.get_config().await;
|
||||||
|
|||||||
Reference in New Issue
Block a user