diff --git a/backend/b2/b2.go b/backend/b2/b2.go index 8a5d0a704..35540efcb 100644 --- a/backend/b2/b2.go +++ b/backend/b2/b2.go @@ -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()