const github.com/aws/aws-sdk-go/internal/shareddefaults.ECSCredsProviderEnvVar
3 uses
github.com/aws/aws-sdk-go/internal/shareddefaults (current package)
ecs_container.go#L6: ECSCredsProviderEnvVar = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI"
github.com/aws/aws-sdk-go/aws/defaults
defaults.go#L127: if uri := os.Getenv(shareddefaults.ECSCredsProviderEnvVar); len(uri) > 0 {
github.com/aws/aws-sdk-go/aws/session
credentials.go#L176: if len(os.Getenv(shareddefaults.ECSCredsProviderEnvVar)) == 0 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |