You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
Fixed multiUpload/multiDownload sometimes throwing a masking .transferCancelled error instead of the real failure when one worker in a multi-worker transfer failed.
Fixed a short write during multiUpload throwing .shortRead instead of .shortWrite.
Notes
Documented that multiUpload creates missing parent directories for the remote path and does not remove them if the upload fails or is cancelled.
Documented that the multiUpload/multiDownload progress callback runs on whichever worker thread produced the chunk, not a fixed thread, and blocks that worker until it returns.