Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload: generate a new mpart ID when NoSuchUpload #557

Merged
merged 1 commit into from
Nov 27, 2016

Conversation

vadmeste
Copy link
Member

@vadmeste vadmeste commented Nov 27, 2016

In the multipart upload, we can get an upload ID associated to the
passed bucket and object. However, we can get NoSuchUpload error when
list object parts by upload id is called. Though this case is rare, we
should initiate a new multipart request id and upload from the
beginning.

@vadmeste vadmeste force-pushed the reinitiate_multipart branch from 96cce7e to d261fc4 Compare November 27, 2016 18:30
In the multipart upload, we can get an upload ID associated to the
passed bucket and object. However, we can get NoSuchUpload error when
list object parts by upload id is called. Though this case is rare, we
should initiate a new multipart request id and upload from the
beginning.
@vadmeste vadmeste force-pushed the reinitiate_multipart branch from d261fc4 to 2a2321d Compare November 27, 2016 19:42
@vadmeste vadmeste changed the title [WIP] multipart upload: Simplify loading/creation of a multipart upload session upload: generate a new mpart ID when NoSuchUpload Nov 27, 2016
@harshavardhana harshavardhana merged commit 282c8b2 into minio:master Nov 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants