Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix clippy warnings on api | Trinity Pointard | 2021-05-03 | 1 | -4/+7 |
* | Time and metadata improvements | Alex Auvolat | 2021-03-15 | 1 | -4/+2 |
* | Fix list API bug | Alex Auvolat | 2021-03-15 | 1 | -1/+1 |
* | Cargo fmt | Alex Auvolat | 2021-02-23 | 1 | -4/+14 |
* | add application/xml header and missing xml escapes | Alex Auvolat | 2021-02-19 | 1 | -1/+3 |
* | Implement ListObjectsV2 | Alex Auvolat | 2021-02-19 | 1 | -42/+148 |
* | Fix S3 ListObjects result and replace println!s by debug!s0.1.1b | Alex Auvolat | 2021-01-16 | 1 | -3/+3 |
* | Improved compatibility on list API call | Alex Auvolat | 2020-12-06 | 1 | -11/+25 |
* | 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 |