aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_list.rs
Commit message (Expand)AuthorAgeFilesLines
* cargo fmtAlex Auvolat2020-07-081-5/+9
* Migrate S3 api to use new modelAlex Auvolat2020-07-081-1/+7
* Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream.Alex Auvolat2020-07-071-4/+3
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-1/+1
* Implement HTTP ranges in getAlex Auvolat2020-05-041-6/+6
* Implement DeleteObjectsAlex Auvolat2020-05-011-7/+12
* Slightly improved S3 compatibilityAlex Auvolat2020-05-011-5/+14
* Compatibility fixesAlex Auvolat2020-04-281-2/+4
* Work on APIAlex Auvolat2020-04-281-3/+16
* Implement multipart uploadsAlex Auvolat2020-04-261-6/+0
* Prepare for multipart uploadsAlex Auvolat2020-04-261-9/+6
* S3 compatibility: fix bucket listing and HEAD and PUT on bucketAlex Auvolat2020-04-261-29/+34
* Remove leading / in keys; better delimiter handlingAlex Auvolat2020-04-241-3/+7
* Less verbosityAlex Auvolat2020-04-241-3/+1
* xml escapeAlex Auvolat2020-04-241-2/+8
* Some basic S3 functionnalityAlex Auvolat2020-04-241-0/+112