muxinc / upchunk

Uploads Chunks! Takes big files, splits them up, then uploads each one with care (and PUT requests).
MIT License
340 stars 46 forks source link

fix: handle edge case for resuming chunk upload case where multiple c… #141

Closed cjpillsbury closed 5 months ago

cjpillsbury commented 5 months ago

…hunks have previously been uploaded.

NOTE: With the prior logic, if an upload encountered this scenario, it would get stuck (re)trying to upload the chunk it was already on (most likely the first chunk).