Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename garage_core to garage_model | Alex Auvolat | 2020-07-07 | 1 | -5/+5 | |
| | ||||||
* | Slightly improved S3 compatibility | Alex Auvolat | 2020-05-01 | 1 | -3/+5 | |
| | | | | | | | | - ListBucket does not require any of the parameters (delimiter, prefix, max-keys, etc) - URLs are properly percent_decoded - PutObject and DeleteObject calls now answer correctly (empty body, version id in the x-amz-version-id: header) | |||||
* | Work on API | Alex Auvolat | 2020-04-28 | 1 | -68/+69 | |
| | ||||||
* | Abort multipart upload | Alex Auvolat | 2020-04-26 | 1 | -0/+32 | |
| | ||||||
* | Implement multipart uploads | Alex Auvolat | 2020-04-26 | 1 | -18/+216 | |
| | ||||||
* | Update delete code | Alex Auvolat | 2020-04-26 | 1 | -13/+17 | |
| | ||||||
* | Prepare for multipart uploads | Alex Auvolat | 2020-04-26 | 1 | -7/+15 | |
| | ||||||
* | Some basic S3 functionnality | Alex Auvolat | 2020-04-24 | 1 | -0/+190 | |