mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 06:27:11 +08:00
box: fix Update to send the correct name #97
This caused problems with the UTF Normalization with files being continuously re-uploaded.
This commit is contained in:
parent
e0eabc75c0
commit
38cc211762
|
@ -1032,7 +1032,7 @@ func (o *Object) Update(in io.Reader, src fs.ObjectInfo, options ...fs.OpenOptio
|
|||
|
||||
size := src.Size()
|
||||
modTime := src.ModTime()
|
||||
remote := src.Remote()
|
||||
remote := o.Remote()
|
||||
|
||||
// Create the directory for the object if it doesn't exist
|
||||
leaf, directoryID, err := o.fs.dirCache.FindRootAndPath(remote, true)
|
||||
|
|
Loading…
Reference in New Issue
Block a user