class AWS::Core::Http::Request::CaseInsensitiveHash

def [] key

def [] key
  super(key.to_s.downcase)
end