Skip to content

Commit ff7ff1b

Browse files
harshavardhananitisht
authored andcommitted
Remove resuming multipart uploads (#741)
ListParts is never fully complete in its output, there is always a possibility that the List is partial where another PutObjectPart() is being uploaded in parallel. While it may seem like ListParts and ListMultipartUploads provide the possibility of resuming an upload, it would be a mistake as these APIs were inherently never meant do these things. This is one of the reasons why Amazon recommends that one should avoid using these API calls to complete or add parts to an upload - they instead recommend to remember the parts being uploaded at the client.
1 parent 150a87c commit ff7ff1b

File tree

3 files changed

+120
-277
lines changed

3 files changed

+120
-277
lines changed

0 commit comments

Comments
 (0)