Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved XML serializationbetter_xml | Alex Auvolat | 2021-05-06 | 1 | -0/+1 |
| | | | | | | - 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 | ||||
* | Many S3 compatibility improvements:v0.2.1.5 | Alex Auvolat | 2021-04-28 | 1 | -0/+1 |
| | | | | | | | | - return XML errors - implement AuthorizationHeaderMalformed error to redirect clients to correct location (used by minio client) - implement GetBucketLocation - fix DeleteObjects XML parsing and response | ||||
* | make most requested changes | Trinity Pointard | 2021-04-27 | 1 | -1/+0 |
| | |||||
* | document api crate | Trinity Pointard | 2021-04-27 | 1 | -8/+13 |
| | |||||
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -0/+2 |
| | |||||
* | Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream. | Alex Auvolat | 2020-07-07 | 1 | -1/+0 |
| | | | | Simplifies code and makes it possible to publish on crates.io | ||||
* | Work on API | Alex Auvolat | 2020-04-28 | 1 | -1/+5 |
| | |||||
* | Some basic S3 functionnality | Alex Auvolat | 2020-04-24 | 1 | -0/+4 |
| | |||||
* | Starting to be S3 compatible | Alex Auvolat | 2020-04-24 | 1 | -0/+1 |
| | |||||
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -0/+5 |