github.com/aws/aws-sdk-go/internal/ini.Section.String (method)
10 uses
github.com/aws/aws-sdk-go/internal/ini (current package)
visitor.go#L160: func (t Section) String(k string) string {
github.com/aws/aws-sdk-go/aws/credentials
shared_credentials_provider.go#L90: id := iniProfile.String("aws_access_key_id")
shared_credentials_provider.go#L97: secret := iniProfile.String("aws_secret_access_key")
shared_credentials_provider.go#L105: token := iniProfile.String("aws_session_token")
github.com/aws/aws-sdk-go/aws/session
shared_config.go#L285: if v := section.String(stsRegionalEndpointSharedKey); len(v) != 0 {
shared_config.go#L294: if v := section.String(s3UsEast1RegionalSharedKey); len(v) != 0 {
shared_config.go#L309: AccessKeyID: section.String(accessKeyIDKey),
shared_config.go#L310: SecretAccessKey: section.String(secretAccessKey),
shared_config.go#L311: SessionToken: section.String(sessionTokenKey),
shared_config.go#L418: *dst = section.String(key)
![]() |
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. |