fix put_object content-length empty

This commit is contained in:
weisd
2024-11-09 20:44:16 +08:00
parent 2ed6d48a1b
commit 164a7c71cb
5 changed files with 30 additions and 3 deletions
+1
View File
@@ -57,6 +57,7 @@ router = { version = "0.0.1", path = "../router" }
matchit = "0.8.4"
shadow-rs = "0.35.2"
const-str = { version = "0.5.7", features = ["std", "proc"] }
atoi = "2.0.0"
[build-dependencies]
prost-build.workspace = true