fix(api): preserve typed upload digest errors (#6564)

This commit is contained in:
Zhengchao An
2026-08-25 21:20:13 +08:00
committed by GitHub
parent 02317dd36f
commit b4a78fc907
5 changed files with 162 additions and 24 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ rustify = { version = "0.7", default-features = false }
rustix = { version = "1.1.4" }
rust-embed = { version = "8.12.0" }
rustc-hash = { version = "2.1.3" }
s3s = { version = "0.15.0", features = ["minio"] }
s3s = { git = "https://github.com/rustfs/s3s.git", rev = "5f22e8d0a37e83f531f653024aac11c72586479a", version = "0.15.0", features = ["minio"] }
serial_test = "4.0.1"
shadow-rs = { default-features = false, version = "2.0.0" }
siphasher = "1.0.3"