aboutsummaryrefslogtreecommitdiff
path: root/src/api/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-2/+6
|
* Improvements to CLI and various fixes for netapp versionAlex Auvolat2021-10-221-2/+6
| | | | Discovery via consul, persist peer list to file
* Improved XML serializationbetter_xmlAlex Auvolat2021-05-061-12/+17
| | | | | | - 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
* rename types to CamelCaseTrinity Pointard2021-05-031-11/+10
|
* fix clippy warnings on apiTrinity Pointard2021-05-031-5/+5
|
* S3 API: support ListBucketsQuentin Dufour2021-05-031-0/+6
|
* Many S3 compatibility improvements:v0.2.1.5Alex Auvolat2021-04-281-0/+31
| | | | | | | | - 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-2/+2
|
* document api crateTrinity Pointard2021-04-271-0/+16
|
* Update dependenciesAlex Auvolat2021-03-161-1/+7
|
* Implement ListObjectsV2Alex Auvolat2021-02-191-1/+7
|
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-0/+116