Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DeleteObject: always insert a deletion marker with a bigger timestamp than ev...increasing-timestamps | Alex Auvolat | 2023-10-20 | 1 | -2/+1 |
* | s3 api: also ensure increasing timestamps for create_multipart_upload | Alex Auvolat | 2023-10-20 | 1 | -2/+5 |
* | remove now-unused key parameter in check_quotas | Alex Auvolat | 2023-10-20 | 1 | -1/+1 |
* | cargo fmt | Alex Auvolat | 2023-10-18 | 1 | -1/+2 |
* | check_quotas: avoid re-fetching object from object table | Alex Auvolat | 2023-10-18 | 1 | -2/+2 |
* | multipart uploads: save timestamp | Alex Auvolat | 2023-06-13 | 1 | -2/+3 |
* | UploadPart: automatic cleanup of version (and reference blocked) when interru... | Alex Auvolat | 2023-06-09 | 1 | -4/+48 |
* | Add test for multipart uploads and fix part renumbering | Alex Auvolat | 2023-06-09 | 1 | -1/+1 |
* | comments and clippy lint fixes | Alex Auvolat | 2023-06-09 | 1 | -5/+3 |
* | Adapt S3 API code to use new multipart upload models | Alex Auvolat | 2023-06-09 | 1 | -0/+422 |