mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 14:39:24 +08:00
b2: fix multi-thread upload with copyto going to wrong name
See: https://forum.rclone.org/t/errors-and-failure-with-big-file-upload-to-b2/42522/
This commit is contained in:
parent
0180301b3f
commit
bf21db0ac4
|
@ -2079,7 +2079,7 @@ func (f *Fs) OpenChunkWriter(ctx context.Context, remote string, src fs.ObjectIn
|
|||
// Temporary Object under construction
|
||||
o := &Object{
|
||||
fs: f,
|
||||
remote: src.Remote(),
|
||||
remote: remote,
|
||||
}
|
||||
|
||||
bucket, _ := o.split()
|
||||
|
|
Loading…
Reference in New Issue
Block a user