# File lib/aws/s3/s3_object.rb, line 269
      def exists?
        head
      rescue Errors::NoSuchKey => e
        false
      else
        true
      end