aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_list.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix a utf8 bug in key_after_prefixfeature/s3-multipart-compatQuentin Dufour2022-01-121-18/+75
* Add ListMultipartUploads + Refactor ListObjectsQuentin Dufour2022-01-121-238/+877
* New model for bucketsAlex Auvolat2022-01-041-3/+5
* add proper request router for s3 api (#163)trinity-1686a2021-12-061-27/+1
* WIP: try to fix #93, and improve S3 ListObjects (v1 and v2) API callsAlex Auvolat2021-10-111-58/+160
* Improved XML serializationbetter_xmlAlex Auvolat2021-05-061-96/+51
* fix clippy warnings on apiTrinity Pointard2021-05-031-4/+7
* Time and metadata improvementsAlex Auvolat2021-03-151-4/+2
* Fix list API bugAlex Auvolat2021-03-151-1/+1
* 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