Move SigV4 canonical request construction to Rust unified verify function

This commit is contained in:
2026-02-22 14:03:12 +08:00
parent 776967e80d
commit 550e7d435c
4 changed files with 198 additions and 102 deletions

View File

@@ -18,3 +18,4 @@ serde_json = "1"
regex = "1"
lru = "0.14"
parking_lot = "0.12"
percent-encoding = "2"