Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | multipart uploads: save timestamp | Alex Auvolat | 2023-06-13 | 1 | -2/+3 |
| | |||||
* | UploadPart: automatic cleanup of version (and reference blocked) when ↵ | Alex Auvolat | 2023-06-09 | 1 | -4/+48 |
| | | | | interrupted | ||||
* | 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 |
- Create and PutPart - completemultipartupload - upload part copy - list_parts |