TTLabs / EvaporateJS

Javascript library for browser to S3 multipart resumable uploads
1.82k stars 207 forks source link

Can't upload >100gb file #432

Open DJSab opened 5 years ago

DJSab commented 5 years ago

I'm trying to upload a 181gb file but after 2hrs of waiting it was 40% done, I got an error 400 on PUT request. I don't know what's causing it.

jakubzitny commented 5 years ago

Is this the same as #431? Did it happen more than once? Are you sure the the s3 configuration is correct?

DJSab commented 5 years ago

yes it is correct, I even uploaded 80gb file successfully with the same config.

DJSab commented 5 years ago

I just noticed the page dies after an hour while still uploading. @jakubzitny any idea why? thank you. image

jakubzitny commented 5 years ago

Well, there is not much we can do without a code example. Are you using your own implementation with EvaporateJS or just the examples from the repo?