aws_config
aws_config copied to clipboard
AWSConfig is a parser for AWS_CONFIG_FILE used in aws-cli
Results
2
aws_config issues
Sort by
recently updated
recently updated
newest added
In my environment, I use instance profile (so, I do not have `~/.aws/credentials`), but use `~/.aws/config`. Still, I want to use `aws_config` gem as a parser of `~/.aws/config`.
* move code in Store to AWSConfig * rename Profile to ConfigEntry * cleanup Parser code * cleanup ProfileResolver More details: The code in Store was used only in AWSConfig...