Skip to content

Conversation

@UmmulkiramR
Copy link
Contributor

The final step (a call to the finalizeUpload() method) of the upload command deletes all the uploaded parts of the file. But while the finalizing of the uploaded parts is still in progress score client keeps retrying the the call to finalizeUpload() and since the uploaded parts are being deleted a '404 Not found NoSuchKey' response is returned from Amazon S3.
As a '404 Not found' indicates the parts have been or are being deleted, which is what the method is supposed to do, a retried call to finalizeUpload() will not return an exception.

@UmmulkiramR UmmulkiramR requested a review from joneubank March 6, 2023 15:46
@UmmulkiramR UmmulkiramR merged commit bed3445 into develop Mar 6, 2023
@UmmulkiramR UmmulkiramR mentioned this pull request Mar 6, 2023
justincorrigible pushed a commit that referenced this pull request Mar 6, 2023
* code fix for the NoSuchKey issue encountered when uploading large files.

* added custom branch name to test changes

* removed custom branch tag

---------

Co-authored-by: UmmulkiramR <urangwala@oicr.on.ca>
justincorrigible pushed a commit that referenced this pull request Mar 6, 2023
* code fix for the NoSuchKey issue encountered when uploading large files.

* added custom branch name to test changes

* removed custom branch tag

---------

Co-authored-by: UmmulkiramR <urangwala@oicr.on.ca>
UmmulkiramR added a commit that referenced this pull request Mar 6, 2023
* add test branch deployability

* Score no such key issue #324 (#345)

* code fix for the NoSuchKey issue encountered when uploading large files.

* added custom branch name to test changes

* removed custom branch tag

---------

Co-authored-by: UmmulkiramR <urangwala@oicr.on.ca>

* release 5.8.2 - bug fix for issue #324

* merge-back versioning from prod

---------

Co-authored-by: Anders Richardsson <2107110+caravinci@users.noreply.github.com>
Co-authored-by: UmmulkiramR <urangwala@oicr.on.ca>
@joneubank joneubank deleted the score_NoSuchKey_issue_#324 branch November 22, 2024 16:22
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.

3 participants