Module aws_runtime::env_config::parse

source ·
Expand description

Profile file parsing

This file implements profile file parsing at a very literal level. Prior to actually being used, profiles must be normalized into a canonical form. Constructions that will eventually be deemed invalid are accepted during parsing such as:

  • keys that are invalid identifiers: a b = c
  • profiles with invalid names
  • profile name normalization (profile foo => foo)

Structs§