aboutsummaryrefslogtreecommitdiff
path: root/src/api/signature
Commit message (Expand)AuthorAgeFilesLines
* payload.rs: Surround / in inverted commas.Jonathan Davies2023-06-061-1/+1
* payload.rs: Fixed typo in error message.Jonathan Davies2023-06-061-1/+1
* k2v signature verification: double urlencoding (see comment in source code)Alex Auvolat2023-05-181-2/+38
* error.rs: Corrected error messages to say unexpected scope.Jonathan Davies2023-02-021-1/+1
* Compute hashes on dedicated threadsAlex Auvolat2022-07-291-7/+7
* First version of admin API (#298)Alex2022-05-244-16/+55
* First implementation of K2V (#293)Alex2022-05-103-16/+69
* fix a clippy lintAlex Auvolat2022-03-281-1/+1
* add test framework for arbitraty S3 requeststrinity-1686a2022-03-231-8/+6
* garage_api: Update streaming payload stream unit testsKokaKiwi2022-03-231-1/+1
* garage_api: Handle streaming payload early in request handlingKokaKiwi2022-03-231-3/+3
* Fix some new clippy lintsfix-resyncAlex Auvolat2022-03-141-1/+1
* Add tracing output to signature calculationAlex Auvolat2022-02-281-0/+3
* Support for PostObject (#222)trinity-1686a2022-02-211-47/+62
* Add date verification to presigned urls (#196)trinity-1686a2022-01-181-22/+59
* Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156)Jill2022-01-173-0/+635