mirror of
https://github.com/rclone/rclone.git
synced 2025-04-16 16:18:52 +08:00
b2: Remove a redudant field assignment
This commit is contained in:
parent
cb60344ac6
commit
a22481377c
@ -1469,7 +1469,6 @@ func (f *Fs) copy(ctx context.Context, dstObj *Object, srcObj *Object, newInfo *
|
||||
opts := rest.Opts{
|
||||
Method: "POST",
|
||||
Path: "/b2_copy_file",
|
||||
ExtraHeaders: map[string]string{},
|
||||
}
|
||||
var request = api.CopyFileRequest{
|
||||
SourceID: srcObj.id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user