💾

Object Storage

advanced

MinIO alternative - S3-compatible object storage

MinIO alternatifi - S3 uyumlu nesne depolama

Estimated Time
⏱️ 2-4 months
Essential Crates
📦 3

Tags

storages3object-storagecloud

Required Crates

Essential

hyper
HTTP server

HTTP sunucu

crates.io →
hyper = { version = "1", features = ["full"] }
sha2
Content hashing

Icerik hash

crates.io →
sha2 = "0.10"
tokio
Async file I/O

Async dosya I/O

crates.io →
tokio = { version = "1", features = ["full"] }

Starter Template

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"

Related Patterns

Learn these patterns to build this project effectively:

Other Database & Storage Projects