aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_delete.rs
Commit message (Collapse)AuthorAgeFilesLines
* Small fixesAlex Auvolat2021-03-151-1/+1
|
* Time and metadata improvementsAlex Auvolat2021-03-151-0/+1
|
* Fix race conditionAlex Auvolat2021-03-151-4/+4
|
* Cargo fmtAlex Auvolat2021-02-231-2/+2
|
* Add verification of part numbers in CompleteMultipartUpload (WIP #30)Alex Auvolat2021-02-201-16/+14
|
* add application/xml header and missing xml escapesAlex Auvolat2021-02-191-3/+5
|
* Replace with option syntaxic sugarQuentin2020-11-111-16/+5
|
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-3/+2
|
* cargo fmtAlex Auvolat2020-07-081-6/+4
|
* Migrate S3 api to use new modelAlex Auvolat2020-07-081-5/+6
|
* Apply cargo fmt; add trace output when request signature is badAlex Auvolat2020-07-081-3/+1
|
* Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream.Alex Auvolat2020-07-071-6/+5
| | | | 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-69/+100
|
* Implement DeleteObjectsAlex Auvolat2020-05-011-8/+100
|
* Work on APIAlex Auvolat2020-04-281-0/+54