blob: cc6402e584e4987d3c10307e868f4ad947abe042 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
```
|