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