# File lib/uber-s3/object.rb, line 120
    def key=(key)
      @key = key.gsub(/^\//,'')
    end