fix(replication): handle TLS CA trust and force-delete replication edge cases (#1983)

This commit is contained in:
LeonWang0735
2026-02-27 08:40:39 +08:00
committed by GitHub
parent c32b6f2f37
commit 10140be6d8
6 changed files with 115 additions and 3 deletions
+1
View File
@@ -112,6 +112,7 @@ google-cloud-auth = { workspace = true }
aws-config = { workspace = true }
faster-hex = { workspace = true }
ratelimit = { workspace = true }
aws-smithy-http-client.workspace = true
[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }