refactor and bunch more improvements; use object_store for s3
This commit is contained in:
parent
b1e59d0a6c
commit
81ce855dae
9 changed files with 535 additions and 1320 deletions
|
@ -6,8 +6,6 @@ edition = "2024"
|
|||
[dependencies]
|
||||
anyhow = "1.0.97"
|
||||
async-compression = { version = "0.4.22", features = ["tokio", "zstd"] }
|
||||
aws-config = { version = "1.6.1", features = ["behavior-version-latest"] }
|
||||
aws-sdk-s3 = "1.82.0"
|
||||
clap = { version = "4.5.34", features = ["derive"] }
|
||||
ed25519-dalek = "2.1.1"
|
||||
futures = "0.3.31"
|
||||
|
@ -22,6 +20,11 @@ tracing = "0.1.41"
|
|||
url = { version = "2.5.4", features = [ "serde" ]}
|
||||
cxx = "1.0"
|
||||
console-subscriber = "0.4.1"
|
||||
tempfile = "3.19.1"
|
||||
tokio-util = { version = "0.7.15", features = ["io"] }
|
||||
bytes = "1.10.1"
|
||||
object_store = { version = "0.12.0", features = ["aws"] }
|
||||
ulid = "1.2.1"
|
||||
|
||||
[build-dependencies]
|
||||
cxx-build = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue