Mini Storage is a distributed object storage that implements a subset of the S3 API.
  • Rust 85.3%
  • Shell 13.7%
  • Dockerfile 1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-30 20:45:01 -04:00
bin Migrate from rocksdb to fjall. 2026-06-30 19:34:55 -04:00
src Migrate from rocksdb to fjall. 2026-06-30 19:34:55 -04:00
test_data Migrate from rocksdb to fjall. 2026-06-30 19:34:55 -04:00
.gitignore Migrate from rocksdb to fjall. 2026-06-30 19:34:55 -04:00
Cargo.lock Migrate from rocksdb to fjall. 2026-06-30 19:34:55 -04:00
Cargo.toml Migrate from rocksdb to fjall. 2026-06-30 19:34:55 -04:00
COPYING Initial commit 2025-11-25 16:39:30 -05:00
README.md Update description in README 2026-06-30 20:45:01 -04:00

Introduction

Mini Storage is a distributed object storage that implements a subset of the S3 API.

Development Requirements

  • Rust
  • Docker

Instructions

Run tests:

bin/integration-tests

Useful References

License

Licensed under AGPL-3.0-or-later.