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

Mark handleUpload as async #79

Closed davekiss closed 2 years ago

davekiss commented 2 years ago

Noticed a small README bug while implementing in a new app, this function needs to be async in order to use the await keyword