# File lib/aws/s3/s3_object.rb, line 780 def move_to target, options = {} copy = copy_to(target, options) delete copy end