aboutsummaryrefslogtreecommitdiff
path: root/src/api/signature/streaming.rs
Commit message (Expand)AuthorAgeFilesLines
* [fix-presigned] add back anonymous request code path + refactoringAlex Auvolat2024-02-281-4/+9
* [fix-cargo-toml] fix cargo warnings in Cargo.toml filesfix-cargo-tomlAlex Auvolat2024-02-151-1/+1
* [dep-upgrade-202402] refactor use of BodyStreamAlex Auvolat2024-02-071-5/+3
* [dep-upgrade-202402] fix obsolete DateTime::from_utc callsAlex Auvolat2024-02-071-2/+2
* [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-15/+17
* First version of admin API (#298)Alex2022-05-241-4/+4
* First implementation of K2V (#293)Alex2022-05-101-6/+55
* 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
* Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156)Jill2022-01-171-0/+319