This commit is contained in:
Chris Lu
2020-10-25 15:32:43 -07:00
parent 596d476e3d
commit f375b93aef
11 changed files with 287 additions and 287 deletions

View File

@@ -387,7 +387,7 @@ func (f *WebDavFile) Write(buf []byte) (int, error) {
Count: 1,
Replication: "",
Collection: f.fs.option.Collection,
ParentPath: dir,
Path: dir,
}
resp, err := client.AssignVolume(ctx, request)