aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_copy.rs
Commit message (Expand)AuthorAgeFilesLines
* Add date verification to presigned urls (#196)trinity-1686a2022-01-181-2/+2
* Add quotes in returned etagsimprove-copiesAlex Auvolat2022-01-131-7/+35
* Testing for UploadPartCopies and bugfixes in AWS signaturesAlex Auvolat2022-01-131-0/+1
* Implement UploadPartCopyAlex Auvolat2022-01-131-35/+352
* Implement x-amz-copy-if-xxx copy preconditions and return more headers on cop...Alex Auvolat2022-01-131-0/+101
* Fix some error codesAlex Auvolat2022-01-051-4/+4
* New model for bucketsAlex Auvolat2022-01-041-12/+8
* Improved XML serializationbetter_xmlAlex Auvolat2021-05-061-7/+9
* fix clippy warnings on apiTrinity Pointard2021-05-031-2/+1
* Time and metadata improvementsAlex Auvolat2021-03-151-18/+51
* Fix race conditionAlex Auvolat2021-03-151-15/+41
* Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-101-5/+8
* Cargo fmtAlex Auvolat2021-02-231-2/+2
* add application/xml header and missing xml escapesAlex Auvolat2021-02-191-1/+3
* Replace with option syntaxic sugarQuentin2020-11-111-14/+6
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-1/+2
* cargo fmtAlex Auvolat2020-07-081-5/+5
* Migrate S3 api to use new modelAlex Auvolat2020-07-081-12/+8
* Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream.Alex Auvolat2020-07-071-5/+3
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-4/+4
* Work on APIAlex Auvolat2020-04-281-0/+120