question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[2.0] aws-s3-multipart does not retry prepareUploadParts requests

See original GitHub issue

When using aws-s3-multipart with uppy 2.0 if a prepareUploadParts request fails due to a network hiccup or any other reason(Failed to fetch) The upload stalls and never tries to continue.

We should be able to retry these requests as well as the actual uploads. Is there anyway to allow these requests to be retried?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
Murderloncommented, Sep 17, 2021

@Murderlon I am actually going on holiday for 3 weeks the week after next and I am not sure I will get to this before I go. Is it okay if I pick this up on the week of the 18th of October or is this more urgent?

Thanks again for showing interest in contributing to this. I’ll discuss this with the team on Monday and let you know if we rather pick this up ourselves sooner.

2reactions
martin-brennancommented, Sep 15, 2021

Great thanks @Murderlon, I will start work on this soonish.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Uploading and copying objects using multipart upload
For each of these uploads, your application can then upload parts and send a complete upload request to Amazon S3 to create the...
Read more >
S3 multipart upload always fails silently (v2) · Issue #674
Trying to upload a 7G file to S3 using SDK v2.8.12 on PHP 5.4.40. ... of the parts did not upload successfully within...
Read more >
complete-multipart-upload — AWS CLI 2.0.34 Command ...
In the Complete Multipart Upload request, you must provide the parts list. You must ensure that the parts list is complete. This operation...
Read more >
Multipart Uploads in Amazon S3 with Java
Pause and resume uploads – we can upload parts at any point in time. The whole process can be paused and remaining parts...
Read more >
AWS Multipart upload node js errors
They happen. But it looks as though you need to re-sign the requests before retrying them, when a timeout occurs -- otherwise the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found