added renaming for nextcloud/webdav backends

This commit is contained in:
vabene1111
2019-12-24 00:04:41 +01:00
parent 3b5dd7e51d
commit dbea9c80da
4 changed files with 24 additions and 9 deletions

View File

@ -14,7 +14,3 @@ class Provider:
@staticmethod
def rename_file(recipe, new_name):
raise Exception('Method not implemented in storage provider')
@staticmethod
def delete_file(recipe):
raise Exception('Method not implemented in storage provider')