MinIO alternative - S3-compatible object storage
MinIO alternatifi - S3 uyumlu nesne depolama
HTTP sunucu
hyper = { version = "1", features = ["full"] }Icerik hash
sha2 = "0.10"Async dosya I/O
tokio = { version = "1", features = ["full"] }Copy this Cargo.toml to get started:
[package]
name = "my-object-storage"
version = "0.1.0"
edition = "2021"
[dependencies]
hyper = { version = "1", features = ["full"] }
sha2 = "0.10"
tokio = { version = "1", features = ["full"] }
thiserror = "1"
tracing = "0.1"