Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New model for buckets | Alex Auvolat | 2022-01-04 | 1 | -1/+1 |
| | |||||
* | Fix clippy lints (fix #121) | Alex Auvolat | 2021-10-26 | 1 | -2/+2 |
| | |||||
* | fix clippy warnings on api | Trinity Pointard | 2021-05-03 | 1 | -16/+12 |
| | |||||
* | Remove STREAMING-AWS4-HMAC-SHA256-PAYLOAD (see #64) | Alex Auvolat | 2021-05-03 | 1 | -3/+1 |
| | |||||
* | Many S3 compatibility improvements:v0.2.1.5 | Alex Auvolat | 2021-04-28 | 1 | -5/+4 |
| | | | | | | | | - return XML errors - implement AuthorizationHeaderMalformed error to redirect clients to correct location (used by minio client) - implement GetBucketLocation - fix DeleteObjects XML parsing and response | ||||
* | Update dependencies | Alex Auvolat | 2021-03-16 | 1 | -13/+13 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-03-12 | 1 | -2/+4 |
| | |||||
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 1 | -6/+2 |
| | |||||
* | Cargo fmt | Alex Auvolat | 2021-02-23 | 1 | -2/+5 |
| | |||||
* | rename hash() to sha256sum(), we might want to change it at some places | Alex Auvolat | 2021-02-21 | 1 | -2/+2 |
| | |||||
* | Add verification of part numbers in CompleteMultipartUpload (WIP #30) | Alex Auvolat | 2021-02-20 | 1 | -1/+9 |
| | |||||
* | Begin improve model to use better CRDTs | Alex Auvolat | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -39/+21 |
| | |||||
* | Validate content MD5 and SHA256 sums for PutObject and UploadPart | Alex Auvolat | 2020-07-15 | 1 | -3/+25 |
| | |||||
* | Apply cargo fmt; add trace output when request signature is bad | Alex Auvolat | 2020-07-08 | 1 | -0/+3 |
| | |||||
* | Rename garage_core to garage_model | Alex Auvolat | 2020-07-07 | 1 | -2/+2 |
| | |||||
* | Work on API | Alex Auvolat | 2020-04-28 | 1 | -21/+2 |
| | |||||
* | Starting to be S3 compatible | Alex Auvolat | 2020-04-24 | 1 | -0/+307 |