aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3/multipart.rs
Commit message (Expand)AuthorAgeFilesLines
* DeleteObject: always insert a deletion marker with a bigger timestamp than ev...increasing-timestampsAlex Auvolat2023-10-201-2/+1
* s3 api: also ensure increasing timestamps for create_multipart_uploadAlex Auvolat2023-10-201-2/+5
* remove now-unused key parameter in check_quotasAlex Auvolat2023-10-201-1/+1
* cargo fmtAlex Auvolat2023-10-181-1/+2
* check_quotas: avoid re-fetching object from object tableAlex Auvolat2023-10-181-2/+2
* multipart uploads: save timestampAlex Auvolat2023-06-131-2/+3
* UploadPart: automatic cleanup of version (and reference blocked) when interru...Alex Auvolat2023-06-091-4/+48
* Add test for multipart uploads and fix part renumberingAlex Auvolat2023-06-091-1/+1
* comments and clippy lint fixesAlex Auvolat2023-06-091-5/+3
* Adapt S3 API code to use new multipart upload modelsAlex Auvolat2023-06-091-0/+422