Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 1 | -2/+6 |
| | |||||
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -2/+6 |
| | | | | Discovery via consul, persist peer list to file | ||||
* | Improved XML serializationbetter_xml | Alex Auvolat | 2021-05-06 | 1 | -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 CamelCase | Trinity Pointard | 2021-05-03 | 1 | -11/+10 |
| | |||||
* | fix clippy warnings on api | Trinity Pointard | 2021-05-03 | 1 | -5/+5 |
| | |||||
* | S3 API: support ListBuckets | Quentin Dufour | 2021-05-03 | 1 | -0/+6 |
| | |||||
* | Many S3 compatibility improvements:v0.2.1.5 | Alex Auvolat | 2021-04-28 | 1 | -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 changes | Trinity Pointard | 2021-04-27 | 1 | -2/+2 |
| | |||||
* | document api crate | Trinity Pointard | 2021-04-27 | 1 | -0/+16 |
| | |||||
* | Update dependencies | Alex Auvolat | 2021-03-16 | 1 | -1/+7 |
| | |||||
* | Implement ListObjectsV2 | Alex Auvolat | 2021-02-19 | 1 | -1/+7 |
| | |||||
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -0/+116 |