muxinc / upchunk

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

Cancel upload #60

Closed phuclh closed 3 years ago

phuclh commented 3 years ago

Is there a way to cancel the upload? I only see success and failed events.

Thank you!

mmcc commented 3 years ago

pause will typically do what you want, but looks like abort never made it onto the readme! abort pauses the upload, but also cancels the current, in-flight request.

Is there something else you're looking for around cancellation?

mmcc commented 3 years ago

Just merged #61 which adds a note about abort and describes how cancellation works.

Thanks for the heads up.

phuclh commented 3 years ago

Thank you for the quick support 👯