MCPcopy Create free account
hub / github.com/barnybug/cli53 / sharedConfigFilesForDebug

Function sharedConfigFilesForDebug

util.go:150–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148}
149
150func sharedConfigFilesForDebug() []string {
151 if path := os.Getenv("AWS_CONFIG_FILE"); path != "" {
152 return []string{path}
153 }
154 return append([]string(nil), config.DefaultSharedConfigFiles...)
155}
156
157func sharedCredentialsFilesForDebug() []string {
158 if path := os.Getenv("AWS_SHARED_CREDENTIALS_FILE"); path != "" {

Callers 1

loadAWSProfileSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected