# File lib/s3/right_s3.rb, line 421
      def data
        get if !@data and exists?
        @data
      end