aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_list.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargo fmtAlex Auvolat2021-02-231-4/+14
* add application/xml header and missing xml escapesAlex Auvolat2021-02-191-1/+3
* Implement ListObjectsV2Alex Auvolat2021-02-191-42/+148
* Fix S3 ListObjects result and replace println!s by debug!s0.1.1bAlex Auvolat2021-01-161-3/+3
* Improved compatibility on list API callAlex Auvolat2020-12-061-11/+25
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-201-1/+3
* Simplify and_then(Some) as map() and remove moveAlex Auvolat2020-11-111-1/+1
* Replace with option syntaxic sugarQuentin2020-11-111-4/+3
* 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