aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_put.rs
Commit message (Expand)AuthorAgeFilesLines
* Small optimisationAlex Auvolat2020-11-291-1/+1
* ETag patchAlex Auvolat2020-11-291-3/+7
* Small refactoringsAlex Auvolat2020-11-291-8/+2
* Also check hash for < 3KB filesbug/checksumsQuentin2020-11-221-0/+14
* Fix base64/hex checksum comparisonQuentin2020-11-221-44/+52
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-201-1/+1
* Replace with option syntaxic sugarQuentin2020-11-111-24/+10
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-17/+15
* trace testAlex Auvolat2020-07-151-0/+8
* prettyAlex Auvolat2020-07-151-6/+9
* Validate content MD5 and SHA256 sums for PutObject and UploadPartAlex Auvolat2020-07-151-15/+63
* Implement correct ETag for objects created with PutObjectAlex Auvolat2020-07-131-8/+20
* More headers taken into accountAlex Auvolat2020-07-091-8/+25
* cargo fmtAlex Auvolat2020-07-081-45/+50
* Migrate S3 api to use new modelAlex Auvolat2020-07-081-28/+44
* Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream.Alex Auvolat2020-07-071-12/+11
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-5/+5
* Slightly improved S3 compatibilityAlex Auvolat2020-05-011-3/+5
* Work on APIAlex Auvolat2020-04-281-68/+69
* Abort multipart uploadAlex Auvolat2020-04-261-0/+32
* Implement multipart uploadsAlex Auvolat2020-04-261-18/+216
* Update delete codeAlex Auvolat2020-04-261-13/+17
* Prepare for multipart uploadsAlex Auvolat2020-04-261-7/+15
* Some basic S3 functionnalityAlex Auvolat2020-04-241-0/+190