pub fn move_object(src: &ObjectId, dest: &ObjectId) -> Result<(), Error>
Expand description
moves or renames an object, to the same or a different container returns an error if the destination container does not exist. overwrites destination object if it already existed.