| Commit message (Expand) | Author | Age | Files | Lines |
* | [dep-upgrade-202402] refactor use of BodyStream | Alex Auvolat | 2024-02-07 | 1 | -8/+6 |
* | [dep-upgrade-202402] wip: port to http/hyper crates v1 | Alex Auvolat | 2024-02-05 | 1 | -8/+12 |
* | DeleteObject: always insert a deletion marker with a bigger timestamp than ev...increasing-timestamps | Alex Auvolat | 2023-10-20 | 1 | -2/+2 |
* | s3 api: also ensure increasing timestamps for create_multipart_upload | Alex Auvolat | 2023-10-20 | 1 | -5/+9 |
* | remove now-unused key parameter in check_quotas | Alex Auvolat | 2023-10-20 | 1 | -3/+2 |
* | check_quotas: avoid re-fetching object from object table | Alex Auvolat | 2023-10-18 | 1 | -8/+10 |
* | Ensure increasing version timestamps in PutObject | Alex Auvolat | 2023-10-18 | 1 | -6/+18 |
* | UploadPart: automatic cleanup of version (and reference blocked) when interru... | Alex Auvolat | 2023-06-09 | 1 | -11/+18 |
* | Adapt S3 API code to use new multipart upload models | Alex Auvolat | 2023-06-09 | 1 | -381/+21 |
* | Cargo.toml: Updated base64 from 0.13 to 0.21. | Jonathan Davies | 2023-01-26 | 1 | -1/+2 |
* | PutObject: better cleanup on Drop (incl. when request is interrupted in the m... | Alex Auvolat | 2023-01-03 | 1 | -34/+59 |
* | Make use of BytesBuf from new Netapp | Alex Auvolat | 2022-09-02 | 1 | -33/+10 |
* | fix clippy | Alex Auvolat | 2022-07-29 | 1 | -6/+1 |
* | Faster chunker | Alex Auvolat | 2022-07-29 | 1 | -10/+32 |
* | More make clippy happy | Alex Auvolat | 2022-07-29 | 1 | -2/+0 |
* | Performance improvements: | Alex Auvolat | 2022-07-29 | 1 | -5/+25 |
* | Compute hashes on dedicated threads | Alex Auvolat | 2022-07-29 | 1 | -12/+20 |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 1 | -26/+103 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 1 | -10/+8 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 1 | -0/+753 |