garage/README.md

12 lines
312 B
Markdown
Raw Normal View History

# 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.
2020-04-21 12:54:55 +00:00
## To log:
```
RUST_LOG=garage=debug cargo run --release -- server -c config_file.toml
```