aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_xml.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add basic support for the "Versioning" commandQuentin Dufour2021-05-141-0/+32
|
* Improved XML serializationbetter_xmlAlex Auvolat2021-05-061-0/+597
- 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