Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add proper request router for s3 api (#163) | trinity-1686a | 2021-12-06 | 1 | -27/+1 |
| | | | | | | | | | | | | | fix #161 Current request router was organically grown, and is getting messier and messier with each addition. This router cover exaustively existing API endpoints (with exceptions listed in [#161(comment)](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/161#issuecomment-1773) either because new and old api endpoint can't feasabily be differentied, or it's more lambda than s3). Co-authored-by: Trinity Pointard <trinity.pointard@gmail.com> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/163 Reviewed-by: Alex <alex@adnab.me> Co-authored-by: trinity-1686a <trinity.pointard@gmail.com> Co-committed-by: trinity-1686a <trinity.pointard@gmail.com> | ||||
* | WIP: try to fix #93, and improve S3 ListObjects (v1 and v2) API calls | Alex Auvolat | 2021-10-11 | 1 | -58/+160 |
| | |||||
* | Improved XML serializationbetter_xml | Alex Auvolat | 2021-05-06 | 1 | -96/+51 |
| | | | | | | - Use quick_xml and serde for all XML response returned by the S3 API. - Include tests for all structs used to generate XML - Remove old manual XML escaping function which was unsafe | ||||
* | 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 |
| | | | | Simplifies code and makes it possible to publish on crates.io | ||||
* | 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 |
| | | | | | | | | - 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) | ||||
* | 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 |