aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_put.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Simplifies code and makes it possible to publish on crates.io
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-5/+5
|
* Slightly improved S3 compatibilityAlex Auvolat2020-05-011-3/+5
| | | | | | | | - ListBucket does not require any of the parameters (delimiter, prefix, max-keys, etc) - URLs are properly percent_decoded - PutObject and DeleteObject calls now answer correctly (empty body, version id in the x-amz-version-id: header)
* 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