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