The
Evolution
of
Object Storage
S4 Core is a high-performance, Rust-based S3-compatible server. Say goodbye to inode exhaustion and hello to atomic operations and smart deduplication.
$ git clone https://github.com/s4core/s4core.git && cd s4core
$ cargo build --release
Compiling s4-server v0.1.0...
$ ./target/release/s4-server
INFO [S4 Core] Initialized backend: Rust/Tokio
INFO [Storage] Inode Limit: UNLIMITED
INFO [Net] Listening on 127.0.0.1:9000 (S3 Compatible)