# File lib/uber-s3/object.rb, line 107
    def value
      fetch if !@value
      @value
    end