package shareddefaults

Import Path
	github.com/aws/aws-sdk-go/internal/shareddefaults (on go.dev)

Dependency Relation
	imports 3 packages, and imported by 3 packages

Involved Source Files ecs_container.go shared_config.go
Package-Level Functions (total 3, all are exported)
SharedConfigFilename returns the SDK's default file path for the shared config file. Builds the shared config file path based on the OS's platform. - Linux/Unix: $HOME/.aws/config - Windows: %USERPROFILE%\.aws\config
SharedCredentialsFilename returns the SDK's default file path for the shared credentials file. Builds the shared config file path based on the OS's platform. - Linux/Unix: $HOME/.aws/credentials - Windows: %USERPROFILE%\.aws\credentials
UserHomeDir returns the home directory for the user the process is running under.
Package-Level Variables (only one, which is exported)
ECSContainerCredentialsURI is the endpoint to retrieve container credentials. This can be overridden to test to ensure the credential process is behaving correctly.
Package-Level Constants (only one, which is exported)
ECSCredsProviderEnvVar is an environmental variable key used to determine which path needs to be hit.