feat(kms): add operation timeout and typed retry policy engine (#5472)

This commit is contained in:
Zhengchao An
2026-07-30 19:20:17 +08:00
committed by GitHub
parent e86d4cb579
commit 6e5f330ff5
9 changed files with 735 additions and 12 deletions
Generated
+3
View File
@@ -9441,6 +9441,7 @@ name = "rustfs-kms"
version = "1.0.0-beta.12"
dependencies = [
"aes-gcm",
"anyhow",
"arc-swap",
"argon2",
"async-trait",
@@ -9455,6 +9456,7 @@ dependencies = [
"reqwest",
"rustfs-security-governance",
"rustfs-utils",
"rustify",
"serde",
"serde_json",
"sha2 0.11.0",
@@ -9463,6 +9465,7 @@ dependencies = [
"tempfile",
"thiserror 2.0.19",
"tokio",
"tokio-util",
"tracing",
"url",
"uuid",