Remove implementation for storage.move()
This commit is contained in:
parent
8a817cf402
commit
a8c587f984
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user