aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_bucket.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add basic support for the "Versioning" commandQuentin Dufour2021-05-141-0/+13
|
* Improved XML serializationbetter_xmlAlex Auvolat2021-05-061-77/+15
| | | | | | - 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-3/+3
|
* S3 API: support ListBucketsQuentin Dufour2021-05-031-0/+87
|
* Many S3 compatibility improvements:v0.2.1.5Alex Auvolat2021-04-281-0/+24
- return XML errors - implement AuthorizationHeaderMalformed error to redirect clients to correct location (used by minio client) - implement GetBucketLocation - fix DeleteObjects XML parsing and response