aboutsummaryrefslogtreecommitdiff
path: root/src/api/signature.rs
Commit message (Collapse)AuthorAgeFilesLines
* Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156)Jill2022-01-171-301/+0
| | | | | | | | Closes #64. Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/156 Co-authored-by: Jill <kokakiwi@deuxfleurs.fr> Co-committed-by: Jill <kokakiwi@deuxfleurs.fr>
* Testing for UploadPartCopies and bugfixes in AWS signaturesAlex Auvolat2022-01-131-3/+6
|
* Small changes in key model and refactoringnew-bucketsAlex Auvolat2022-01-041-1/+2
|
* New model for bucketsAlex Auvolat2022-01-041-1/+1
|
* Fix clippy lints (fix #121)Alex Auvolat2021-10-261-2/+2
|
* fix clippy warnings on apiTrinity Pointard2021-05-031-16/+12
|
* Remove STREAMING-AWS4-HMAC-SHA256-PAYLOAD (see #64)Alex Auvolat2021-05-031-3/+1
|
* Many S3 compatibility improvements:v0.2.1.5Alex Auvolat2021-04-281-5/+4
| | | | | | | | - return XML errors - implement AuthorizationHeaderMalformed error to redirect clients to correct location (used by minio client) - implement GetBucketLocation - fix DeleteObjects XML parsing and response
* Update dependenciesAlex Auvolat2021-03-161-13/+13
|
* cargo fmtAlex Auvolat2021-03-121-2/+4
|
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-6/+2
|
* Cargo fmtAlex Auvolat2021-02-231-2/+5
|
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-211-2/+2
|
* Add verification of part numbers in CompleteMultipartUpload (WIP #30)Alex Auvolat2021-02-201-1/+9
|
* Begin improve model to use better CRDTsAlex Auvolat2020-11-201-1/+1
|
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-39/+21
|
* Validate content MD5 and SHA256 sums for PutObject and UploadPartAlex Auvolat2020-07-151-3/+25
|
* Apply cargo fmt; add trace output when request signature is badAlex Auvolat2020-07-081-0/+3
|
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-2/+2
|
* Work on APIAlex Auvolat2020-04-281-21/+2
|
* Starting to be S3 compatibleAlex Auvolat2020-04-241-0/+307