aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_get.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix #28, extra headers being ignored (because of profound stupidity)Alex Auvolat2021-02-191-0/+2
|
* Propose ETag fixbug/etagAlex Auvolat2020-12-051-1/+4
|
* Reformulate patchAlex Auvolat2020-12-051-5/+7
|
* Fix Content-Lengthbug/content-rangeQuentin2020-12-051-4/+5
|
* Content-range fixAlex Auvolat2020-12-051-15/+29
|
* Replace with option syntaxic sugarQuentin2020-11-111-24/+11
|
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-8/+7
|
* Validate content MD5 and SHA256 sums for PutObject and UploadPartAlex Auvolat2020-07-151-4/+4
|
* More headers taken into accountAlex Auvolat2020-07-091-3/+8
|
* cargo fmtAlex Auvolat2020-07-081-19/+34
|
* Migrate S3 api to use new modelAlex Auvolat2020-07-081-24/+35
|
* Apply cargo fmt; add trace output when request signature is badAlex Auvolat2020-07-081-6/+4
|
* Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream.Alex Auvolat2020-07-071-12/+12
| | | | Simplifies code and makes it possible to publish on crates.io
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-2/+2
|
* Implement HTTP ranges in getAlex Auvolat2020-05-041-1/+95
|
* Implement multipart uploadsAlex Auvolat2020-04-261-1/+3
|
* Prepare for multipart uploadsAlex Auvolat2020-04-261-2/+2
|
* Some basic S3 functionnalityAlex Auvolat2020-04-241-0/+131