# File lib/aws/indifferent_hash.rb, line 72
    def fetch key, *extras, &block
      super(_convert_key(key), *extras, &block)
    end