S3-compatible object store for small self-hosted geo-distributed deployments https://garagehq.deuxfleurs.fr/
Go to file
Alex 0226561035 Do not insert deletion marker if there is no object to delete 2020-04-21 14:33:12 +00:00
src Do not insert deletion marker if there is no object to delete 2020-04-21 14:33:12 +00:00
.gitignore Trying to do TLS 2020-04-12 15:51:19 +02:00
Cargo.lock Pretty logging 2020-04-21 12:54:55 +00:00
Cargo.toml Pretty logging 2020-04-21 12:54:55 +00:00
LICENSE First commit: skeleton for something great 2020-04-05 23:33:42 +02:00
Makefile Implement sending blocks to nodes that need them 2020-04-17 19:16:08 +02:00
README.md Pretty logging 2020-04-21 12:54:55 +00:00
TODO Implement repair object->version and version->block ref 2020-04-19 21:27:08 +00:00
genkeys.sh Cleanup 2020-04-12 19:18:31 +02:00
rustfmt.toml Fix the Sync issue. Details: 2020-04-10 22:01:48 +02:00
test_delete.sh Do not insert deletion marker if there is no object to delete 2020-04-21 14:33:12 +00:00
test_read.sh More aggressive sync timings & improve other stuff 2020-04-19 17:59:59 +00:00
test_write.sh More aggressive sync timings & improve other stuff 2020-04-19 17:59:59 +00: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.

To log:

RUST_LOG=garage=debug cargo run --release -- server -c config_file.toml