aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3/post_object.rs
Commit message (Expand)AuthorAgeFilesLines
* [sse-c] Implement SSE-C encryptionAlex Auvolat2024-03-071-15/+27
* add request context helperYureka2024-03-041-9/+19
* [fix-presigned] split presigned/normal signature verificationAlex Auvolat2024-02-281-23/+3
* [dep-upgrade-202402] refactor use of BodyStreamAlex Auvolat2024-02-071-6/+3
* [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-12/+20
* s3 api: add missing CORS headers to PostObject responses (fix #609)fix-cors-post-objectAlex Auvolat2023-10-201-3/+10
* post_object.rs: Fixed typos / grammar.Jonathan Davies2023-08-011-7/+5
* More clippy fixesAlex Auvolat2023-01-261-1/+1
* Cargo.toml: Updated base64 from 0.13 to 0.21.Jonathan Davies2023-01-261-1/+4
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-5/+10
* First version of admin API (#298)Alex2022-05-241-34/+28
* First implementation of K2V (#293)Alex2022-05-101-0/+507