todo:put_object

This commit is contained in:
weisd
2024-07-01 18:10:16 +08:00
parent 064a180b3a
commit e2f3721459
11 changed files with 372 additions and 225 deletions
Generated
+20
View File
@@ -314,6 +314,7 @@ dependencies = [
"anyhow",
"async-trait",
"bytes",
"crc32fast",
"futures",
"lazy_static",
"netif",
@@ -321,11 +322,14 @@ dependencies = [
"reed-solomon-erasure",
"regex",
"rmp-serde",
"s3s",
"serde",
"serde_json",
"siphasher",
"thiserror",
"time",
"tokio",
"tokio-pipe",
"tokio-util",
"tracing",
"tracing-error",
@@ -1228,6 +1232,12 @@ version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
[[package]]
name = "siphasher"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
[[package]]
name = "slab"
version = "0.4.9"
@@ -1387,6 +1397,16 @@ dependencies = [
"syn",
]
[[package]]
name = "tokio-pipe"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f213a84bffbd61b8fa0ba8a044b4bbe35d471d0b518867181e82bd5c15542784"
dependencies = [
"libc",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.7.11"