Open jkeelan opened 4 years ago
This PR adds move to the object client, using the object-move endpoint.
object-move
This reduces the number of API calls for datasets.mv. I've tested the functionality and it seems to work as expected.
datasets.mv
Can this and #162 combined maybe? Or either way have to keep that other one in mind for this change too, right?
Yeah. Either combine or I'll merge once #162 hits master.
This PR adds move to the object client, using the
object-move
endpoint.This reduces the number of API calls for
datasets.mv
. I've tested the functionality and it seems to work as expected.