Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slight refactoring to make things clearer with DeletedFilter | Alex Auvolat | 2020-11-20 | 1 | -1/+3 |
* | Simplify and_then(Some) as map() and remove move | Alex Auvolat | 2020-11-11 | 1 | -1/+1 |
* | Replace with option syntaxic sugar | Quentin | 2020-11-11 | 1 | -4/+3 |
* | cargo fmt | Alex Auvolat | 2020-07-08 | 1 | -5/+9 |
* | Migrate S3 api to use new model | Alex Auvolat | 2020-07-08 | 1 | -1/+7 |
* | Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream. | Alex Auvolat | 2020-07-07 | 1 | -4/+3 |
* | Rename garage_core to garage_model | Alex Auvolat | 2020-07-07 | 1 | -1/+1 |
* | Implement HTTP ranges in get | Alex Auvolat | 2020-05-04 | 1 | -6/+6 |
* | Implement DeleteObjects | Alex Auvolat | 2020-05-01 | 1 | -7/+12 |
* | Slightly improved S3 compatibility | Alex Auvolat | 2020-05-01 | 1 | -5/+14 |
* | Compatibility fixes | Alex Auvolat | 2020-04-28 | 1 | -2/+4 |
* | Work on API | Alex Auvolat | 2020-04-28 | 1 | -3/+16 |
* | Implement multipart uploads | Alex Auvolat | 2020-04-26 | 1 | -6/+0 |
* | Prepare for multipart uploads | Alex Auvolat | 2020-04-26 | 1 | -9/+6 |
* | S3 compatibility: fix bucket listing and HEAD and PUT on bucket | Alex Auvolat | 2020-04-26 | 1 | -29/+34 |
* | Remove leading / in keys; better delimiter handling | Alex Auvolat | 2020-04-24 | 1 | -3/+7 |
* | Less verbosity | Alex Auvolat | 2020-04-24 | 1 | -3/+1 |
* | xml escape | Alex Auvolat | 2020-04-24 | 1 | -2/+8 |
* | Some basic S3 functionnality | Alex Auvolat | 2020-04-24 | 1 | -0/+112 |