# File lib/openstack/swift/storage_object.rb, line 309
    def move(object_name, container_name, headers={})
      new_object = self.copy(object_name, container_name, headers)
      @container.delete_object(@name)
      new_object
    end