webdav rename
This commit is contained in:
parent
b77ce50a7b
commit
94ca4cf599
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ func (wd *WebDAV) RemoveAll(ctx context.Context, name string) error {
|
|||
}
|
||||
|
||||
func (wd *WebDAV) Rename(ctx context.Context, oldName, newName string) error {
|
||||
return webdav.ErrNotImplemented
|
||||
return wd.fs.Rename(ctx, oldName, newName)
|
||||
}
|
||||
|
||||
func (wd *WebDAV) lookupFile(ctx context.Context, name string) (vfs.File, error) {
|
||||
|
|
Loading…
Reference in a new issue