Remove implementation for storage.move()

This commit is contained in:
Unrud 2018-09-04 03:33:38 +02:00
parent 8a817cf402
commit a8c587f984

View File

@ -130,10 +130,7 @@ class BaseCollection:
same name might already exist. same name might already exist.
""" """
if item.collection.path == to_collection.path and item.href == to_href: raise NotImplementedError
return
to_collection.upload(to_href, item)
item.collection.delete(item.href)
@property @property
def etag(self): def etag(self):