| Commit message (Expand) | Author | Age | Files | Lines |
* | don't modify postobject request before validating policy | trinity-1686a | 2024-08-10 | 1 | -15/+7 |
* | [s3-checksum] implement x-amz-checksum-* headers | Alex Auvolat | 2024-03-26 | 12 | -263/+993 |
* | [sse-c] Remove special case for Content-Type headersse-c | Alex Auvolat | 2024-03-07 | 3 | -42/+32 |
* | [sse-c] Implement SSE-C encryption | Alex Auvolat | 2024-03-07 | 9 | -217/+1119 |
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-07 | 1 | -1/+1 |
|\ |
|
| * | [unicode-headers] allow utf-8 in headers + add test for object metadata | Alex Auvolat | 2024-03-07 | 1 | -1/+1 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-04 | 12 | -386/+350 |
|\| |
|
| * | add request context helper | Yureka | 2024-03-04 | 12 | -350/+345 |
| * | [fix-presigned] add comments and reorganize | Alex Auvolat | 2024-02-28 | 1 | -15/+3 |
| * | [fix-presigned] presigned requests: allow x-amz-* query parameters to stand i... | Alex Auvolat | 2024-02-28 | 1 | -2/+3 |
| * | [fix-presigned] split presigned/normal signature verification | Alex Auvolat | 2024-02-28 | 1 | -23/+3 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-26 | 3 | -83/+159 |
|\| |
|
| * | [refactor-put] add ordering tag to blocks being sent to storage nodes | Alex Auvolat | 2024-02-26 | 2 | -2/+11 |
| * | [refactor-put] send several blocks in parallel to storage nodes | Alex Auvolat | 2024-02-26 | 1 | -3/+46 |
| * | [refactor-put] rewrite read_and_put_block as a series of steps with channelsrefactor-put | Alex Auvolat | 2024-02-26 | 2 | -85/+109 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-23 | 1 | -15/+19 |
|\| |
|
| * | [split_getobject] GetObject: split out handle_get_full | Alex Auvolat | 2024-02-23 | 1 | -15/+19 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-23 | 1 | -6/+6 |
|\| |
|
| * | [refactor-block] Remove redundant BlockStream type | Alex Auvolat | 2024-02-23 | 1 | -6/+6 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-22 | 2 | -31/+31 |
|\| |
|
| * | [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)lock-createbucket | Alex Auvolat | 2024-02-22 | 2 | -31/+31 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-15 | 2 | -2/+2 |
|\| |
|
| * | [import-netapp] import Netapp code into Garage codebase | Alex Auvolat | 2024-02-15 | 2 | -2/+2 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-13 | 14 | -223/+347 |
|\| |
|
| * | [header-override-650] implement header overriding in GetObject (fix #650)header-override-650 | Alex Auvolat | 2024-02-09 | 3 | -6/+87 |
| * | [multi-char-delimiter-692] allow multi-character delimiters in List* (fix #692) | Alex Auvolat | 2024-02-09 | 2 | -7/+7 |
| * | [dep-upgrade-202402] fix shutdown issue introduced when upgrading hyperdep-upgrade-202402 | Alex Auvolat | 2024-02-08 | 1 | -3/+3 |
| * | [dep-upgrade-202402] remove useless mut | Alex Auvolat | 2024-02-08 | 1 | -1/+1 |
| * | [dep-upgrade-202402] refactor use of BodyStream | Alex Auvolat | 2024-02-07 | 3 | -20/+12 |
| * | [dep-upgrade-202402] rename BytesBody into ErrorBody for clarity | Alex Auvolat | 2024-02-07 | 1 | -2/+2 |
| * | [dep-upgrade-202402] simplify/refactor GetObject | Alex Auvolat | 2024-02-05 | 1 | -78/+74 |
| * | [dep-upgrade-202402] migration to http/hyper 1.0 for k2v api | Alex Auvolat | 2024-02-05 | 3 | -34/+16 |
| * | [dep-upgrade-202402] wip: port to http/hyper crates v1 | Alex Auvolat | 2024-02-05 | 13 | -201/+267 |
| * | [dep-upgrade-202402] prepare migration to http/hyper 1.0 | Alex Auvolat | 2024-02-05 | 6 | -14/+14 |
| * | Merge tag 'v0.8.5' into sync-08-09 | Alex Auvolat | 2024-01-16 | 1 | -3/+10 |
| |\ |
|
| | * | s3 api: add missing CORS headers to PostObject responses (fix #609)fix-cors-post-object | Alex Auvolat | 2023-10-20 | 1 | -3/+10 |
* | | | Merge pull request 'NLnet task 3' (#667) from nlnet-task3 into next-0.10 | Alex | 2024-01-11 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | avoid using layout_watch in System directly | Alex Auvolat | 2023-11-08 | 1 | -1/+1 |
| * | | remove Ring and use ClusterLayout everywhere | Alex Auvolat | 2023-11-08 | 1 | -1/+1 |
* | | | Allow 0 as a part number marker | asonix | 2023-11-21 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request 's3 api: refactoring and bug fix in ListObjects' (#655) fr... | Alex | 2023-10-26 | 1 | -31/+41 |
|\ \ |
|
| * | | list objects: prettyness and add assertsfix-list-objects | Alex Auvolat | 2023-10-19 | 1 | -28/+38 |
| * | | listobjects: fix panic if continuation token is an empty string | Alex Auvolat | 2023-10-19 | 1 | -3/+3 |
* | | | DeleteObject: always insert a deletion marker with a bigger timestamp than ev...increasing-timestamps | Alex Auvolat | 2023-10-20 | 3 | -27/+22 |
* | | | s3 api: also ensure increasing timestamps for create_multipart_upload | Alex Auvolat | 2023-10-20 | 2 | -7/+14 |
* | | | remove now-unused key parameter in check_quotas | Alex Auvolat | 2023-10-20 | 2 | -4/+3 |
* | | | cargo fmt | Alex Auvolat | 2023-10-18 | 1 | -1/+2 |
* | | | check_quotas: avoid re-fetching object from object table | Alex Auvolat | 2023-10-18 | 2 | -10/+12 |
* | | | Ensure increasing version timestamps in PutObject | Alex Auvolat | 2023-10-18 | 1 | -6/+18 |
|/ / |
|
* | | Merge branch 'main' into nextv0.9.0-rc1 | Alex Auvolat | 2023-10-03 | 1 | -3/+3 |
|\| |
|