todo:put_object

This commit is contained in:
weisd
2024-06-28 18:13:50 +08:00
parent 4c7c3d4c96
commit 064a180b3a
15 changed files with 868 additions and 245 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ futures = "0.3.30"
bytes = "1.6.0"
http = "1.1.0"
thiserror = "1.0.61"
time = "0.3.36"
time = { version = "0.3.36", features = ["std", "parsing", "formatting", "macros", "serde"] }
async-trait = "0.1.80"
tokio = { version = "1.38.0", features = ["fs"] }
anyhow = "1.0.86"