aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3/put.rs
Commit message (Expand)AuthorAgeFilesLines
* [s3-checksum] implement x-amz-checksum-* headersAlex Auvolat2024-03-261-115/+106
* [sse-c] Remove special case for Content-Type headersse-cAlex Auvolat2024-03-071-35/+13
* [sse-c] Implement SSE-C encryptionAlex Auvolat2024-03-071-39/+89
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-071-1/+1
|\
| * [unicode-headers] allow utf-8 in headers + add test for object metadataAlex Auvolat2024-03-071-1/+1
* | Merge branch 'main' into next-0.10Alex Auvolat2024-03-041-35/+33
|\|
| * add request context helperYureka2024-03-041-35/+33
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-261-70/+153
|\|
| * [refactor-put] add ordering tag to blocks being sent to storage nodesAlex Auvolat2024-02-261-1/+7
| * [refactor-put] send several blocks in parallel to storage nodesAlex Auvolat2024-02-261-3/+46
| * [refactor-put] rewrite read_and_put_block as a series of steps with channelsrefactor-putAlex Auvolat2024-02-261-73/+107
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-151-1/+1
|\|
| * [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-151-1/+1
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-131-10/+12
|\|
| * [dep-upgrade-202402] remove useless mutAlex Auvolat2024-02-081-1/+1
| * [dep-upgrade-202402] refactor use of BodyStreamAlex Auvolat2024-02-071-8/+6
| * [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-8/+12
* | avoid using layout_watch in System directlyAlex Auvolat2023-11-081-1/+1
* | remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-081-1/+1
|/
* DeleteObject: always insert a deletion marker with a bigger timestamp than ev...increasing-timestampsAlex Auvolat2023-10-201-2/+2
* s3 api: also ensure increasing timestamps for create_multipart_uploadAlex Auvolat2023-10-201-5/+9
* remove now-unused key parameter in check_quotasAlex Auvolat2023-10-201-3/+2
* check_quotas: avoid re-fetching object from object tableAlex Auvolat2023-10-181-8/+10
* Ensure increasing version timestamps in PutObjectAlex Auvolat2023-10-181-6/+18
* UploadPart: automatic cleanup of version (and reference blocked) when interru...Alex Auvolat2023-06-091-11/+18
* Adapt S3 API code to use new multipart upload modelsAlex Auvolat2023-06-091-381/+21
* Cargo.toml: Updated base64 from 0.13 to 0.21.Jonathan Davies2023-01-261-1/+2
* PutObject: better cleanup on Drop (incl. when request is interrupted in the m...Alex Auvolat2023-01-031-34/+59
* Make use of BytesBuf from new NetappAlex Auvolat2022-09-021-33/+10
* fix clippyAlex Auvolat2022-07-291-6/+1
* Faster chunkerAlex Auvolat2022-07-291-10/+32
* More make clippy happyAlex Auvolat2022-07-291-2/+0
* Performance improvements:Alex Auvolat2022-07-291-5/+25
* Compute hashes on dedicated threadsAlex Auvolat2022-07-291-12/+20
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-26/+103
* First version of admin API (#298)Alex2022-05-241-10/+8
* First implementation of K2V (#293)Alex2022-05-101-0/+753