mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 15:30:06 +08:00
ddb3b17e96
Apparently the abort multipart upload call doesn't return while multipart uploads are in progress on iDrive e2. This means that if we CTRL-C a multpart upload rclone hangs until the all parts uploading have completed. However since rclone is uploading multiple parts at once this doesn't happen until after the entire file is uploaded. This was fixed by cancelling the upload context which causes all the uploads to stop instantly. |
||
---|---|---|
.. | ||
gen_setfrom.go | ||
s3_internal_test.go | ||
s3_test.go | ||
s3.go | ||
setfrom.go | ||
v2sign.go |