aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3/copy.rs
Commit message (Expand)AuthorAgeFilesLines
* [sse-c] Implement SSE-C encryptionAlex Auvolat2024-03-071-79/+222
* add request context helperYureka2024-03-041-17/+18
* [refactor-put] add ordering tag to blocks being sent to storage nodesAlex Auvolat2024-02-261-1/+4
* [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-151-1/+1
* [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-10/+11
* Adapt S3 API code to use new multipart upload modelsAlex Auvolat2023-06-091-49/+72
* Fix clippy lint that says we should implement EqAlex Auvolat2022-09-131-2/+2
* Remove/change println! in server code (fix #358)Alex Auvolat2022-09-131-1/+0
* Faster copy, better get error messageAlex Auvolat2022-09-061-7/+5
* Update to Netapp with OrderTag support and exploit OrderTagsAlex Auvolat2022-09-011-2/+8
* Fix clippyAlex Auvolat2022-07-291-4/+1
* Use streaming in block managerAlex Auvolat2022-07-291-4/+8
* Compute hashes on dedicated threadsAlex Auvolat2022-07-291-1/+4
* First version of admin API (#298)Alex2022-05-241-11/+14
* First implementation of K2V (#293)Alex2022-05-101-0/+660