func()

in aws.go [235:241]


func (c *AWSConfig) credentialsIniSection(profileName string) (*ini.Section, error) {
	if section := c.awsCredentialsIni.Section(profileName); section != nil {
		return section, nil
	}

	return c.awsConfigIni.NewSection(profileName)
}