aboutsummaryrefslogtreecommitdiff
path: root/src/api/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Many S3 compatibility improvements:v0.2.1.5Alex Auvolat2021-04-281-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 changesTrinity Pointard2021-04-271-1/+0
|
* document api crateTrinity Pointard2021-04-271-8/+13
|
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-0/+2
|
* Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream.Alex Auvolat2020-07-071-1/+0
| | | | Simplifies code and makes it possible to publish on crates.io
* Work on APIAlex Auvolat2020-04-281-1/+5
|
* Some basic S3 functionnalityAlex Auvolat2020-04-241-0/+4
|
* Starting to be S3 compatibleAlex Auvolat2020-04-241-0/+1
|
* Split code for modular compilationAlex Auvolat2020-04-241-0/+5