From 704ea43da526afdbe41aa1fa8586274d9e5da186 Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Fri, 31 Jul 2026 00:44:21 +0800 Subject: [PATCH] fix(kms): pass attempt timeout to Vault test clients (#5479) PR #5472 added an attempt_timeout parameter to VaultKmsClient::new while PR #5474 was developed in parallel and added three tests using the old single-argument signature. Both merged cleanly at the text level, leaving main unable to compile the rustfs-kms test target. Align the three call sites with the current constructor signature.