mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 07:06:53 +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:
@@ -570,7 +570,7 @@ impl Operation for ReconfigureKmsHandler {
|
||||
}
|
||||
};
|
||||
|
||||
info!("Reconfiguring KMS with request: {:?}", configure_request);
|
||||
info!("Reconfiguring KMS");
|
||||
|
||||
let service_manager = kms_service_manager_from_context();
|
||||
let existing_config = service_manager.get_config().await;
|
||||
|
||||
Reference in New Issue
Block a user