mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 05:26:50 +00:00
feat(append): implement object append operations with state tracking (#599)
* feat(append): implement object append operations with state tracking Signed-off-by: junxiang Mu <1948535941@qq.com> * chore: rebase Signed-off-by: junxiang Mu <1948535941@qq.com> --------- Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
Generated
+2
@@ -2895,6 +2895,7 @@ dependencies = [
|
||||
"chrono",
|
||||
"flatbuffers",
|
||||
"futures",
|
||||
"http 1.3.1",
|
||||
"md5 0.8.0",
|
||||
"rand 0.9.2",
|
||||
"reqwest",
|
||||
@@ -6481,6 +6482,7 @@ dependencies = [
|
||||
"rustfs-utils",
|
||||
"s3s",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror 2.0.16",
|
||||
"time",
|
||||
"tokio",
|
||||
|
||||
Reference in New Issue
Block a user