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