aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Collapse)AuthorAgeFilesLines
* Apply cargo fmt; add trace output when request signature is badAlex Auvolat2020-07-084-13/+9
|
* Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream.Alex Auvolat2020-07-079-135/+40
| | | | Simplifies code and makes it possible to publish on crates.io
* Add versions to dependencies0.1.0Alex Auvolat2020-07-071-3/+3
|
* Add license, description and repository to .toml filesAlex Auvolat2020-07-071-0/+3
|
* Rename garage_core to garage_modelAlex Auvolat2020-07-078-18/+18
|
* Implement HTTP ranges in getAlex Auvolat2020-05-045-97/+220
|
* Implement DeleteObjectsAlex Auvolat2020-05-014-25/+132
|
* Slightly improved S3 compatibilityAlex Auvolat2020-05-015-47/+82
| | | | | | | | - 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)
* Compatibility fixesAlex Auvolat2020-04-282-9/+5
|
* Work on APIAlex Auvolat2020-04-289-118/+355
|
* Abort multipart uploadAlex Auvolat2020-04-262-4/+44
|
* Implement multipart uploadsAlex Auvolat2020-04-265-55/+280
|
* Update delete codeAlex Auvolat2020-04-261-13/+17
|
* Prepare for multipart uploadsAlex Auvolat2020-04-264-21/+25
|
* S3 compatibility: fix bucket listing and HEAD and PUT on bucketAlex Auvolat2020-04-262-31/+46
|
* Remove leading / in keys; better delimiter handlingAlex Auvolat2020-04-242-3/+8
|
* Less verbosityAlex Auvolat2020-04-241-3/+1
|
* xml escapeAlex Auvolat2020-04-241-2/+8
|
* Some basic S3 functionnalityAlex Auvolat2020-04-245-302/+477
|
* Starting to be S3 compatibleAlex Auvolat2020-04-244-35/+419
|
* Split code for modular compilationAlex Auvolat2020-04-244-10/+41
|
* Make table objects slightly more fool-proof; add key tableAlex Auvolat2020-04-231-41/+36
|
* Reorganize codeAlex Auvolat2020-04-233-0/+444