aboutsummaryrefslogtreecommitdiff
path: root/src/api/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Implement DeleteObjectsAlex Auvolat2020-05-011-1/+1
|
* Slightly improved S3 compatibilityAlex Auvolat2020-05-011-1/+1
| | | | | | | | - ListBucket does not require any of the parameters (delimiter, prefix, max-keys, etc) - URLs are properly percent_decoded - PutObject and DeleteObject calls now answer correctly (empty body, version id in the x-amz-version-id: header)
* Starting to be S3 compatibleAlex Auvolat2020-04-241-0/+6
|
* Split code for modular compilationAlex Auvolat2020-04-241-0/+28