No description
  • Rust 86.8%
  • Shell 11.9%
  • Dockerfile 1.3%
Find a file
2025-11-25 16:39:30 -05:00
bin Initial commit 2025-11-25 16:39:30 -05:00
src Initial commit 2025-11-25 16:39:30 -05:00
test_data Initial commit 2025-11-25 16:39:30 -05:00
.gitignore Initial commit 2025-11-25 16:39:30 -05:00
Cargo.lock Initial commit 2025-11-25 16:39:30 -05:00
Cargo.toml Initial commit 2025-11-25 16:39:30 -05:00
COPYING Initial commit 2025-11-25 16:39:30 -05:00
README.md Initial commit 2025-11-25 16:39:30 -05:00

Mini Storage

A proof-of-concept distributed minimally-compatible S3 object storage server. It's currently unfinished and on the backburner.

Development Requirements

  • Rust
  • Docker

Instructions

Run tests:

bin/integration-tests

Useful References

License

Licensed under AGPL-3.0-or-later.