use http for remote read/write

This commit is contained in:
weisd
2025-03-11 09:12:20 +08:00
parent 7a7aee2049
commit 70031effa7
28 changed files with 4104 additions and 1792 deletions
Generated
+1 -16
View File
@@ -17,21 +17,6 @@ version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
[[package]]
name = "admin"
version = "0.0.1"
dependencies = [
"axum",
"ecstore",
"futures-util",
"hyper",
"mime",
"serde",
"serde_json",
"time",
"tower 0.5.2",
]
[[package]]
name = "aead"
version = "0.5.2"
@@ -1960,6 +1945,7 @@ dependencies = [
"tracing-error",
"transform-stream",
"url",
"urlencoding",
"uuid",
"winapi",
"workers",
@@ -5309,7 +5295,6 @@ dependencies = [
name = "rustfs"
version = "0.1.0"
dependencies = [
"admin",
"async-trait",
"atoi",
"axum",