# File lib/aws/s3/data_options.rb, line 131
      def io_like? io
        io.respond_to?(:read) and io.respond_to?(:eof?)
      end