S3-compatible object store for small self-hosted geo-distributed deployments https://garagehq.deuxfleurs.fr/
Go to file
Alex 3477864142 Fix the Sync issue. Details:
So the HTTP client future of Hyper is not Sync, thus the stream
that read blocks wasn't either. However Hyper's default Body type
requires a stream to be Sync for wrap_stream. Solution: reimplement
a custom HTTP body type.
2020-04-10 22:01:48 +02:00
src Fix the Sync issue. Details: 2020-04-10 22:01:48 +02:00
.gitignore Some more basic work 2020-04-06 19:55:39 +02:00
Cargo.lock Something works 2020-04-09 18:43:53 +02:00
Cargo.toml Something works 2020-04-09 18:43:53 +02:00
LICENSE First commit: skeleton for something great 2020-04-05 23:33:42 +02:00
Makefile First commit: skeleton for something great 2020-04-05 23:33:42 +02:00
README.md First commit: skeleton for something great 2020-04-05 23:33:42 +02:00
TODO Reorganize table API 2020-04-09 16:16:27 +02:00
rustfmt.toml Fix the Sync issue. Details: 2020-04-10 22:01:48 +02:00

README.md

Garage

THIS IS ALL WORK IN PROGRESS. NOTHING TO SEE YET BUT THANKS FOR YOUR INTEREST.

Garage implements an S3-compatible object store with high resiliency to network failures, machine failure, and sysadmin failure.