mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-31 02:22:13 +00:00
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.
This commit is contained in: