func github.com/aws/aws-sdk-go/internal/sdkuri.PathJoin
4 uses
github.com/aws/aws-sdk-go/internal/sdkuri (current package)
path.go#L11: func PathJoin(elems ...string) string {
github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
ec2_role_provider.go#L166: resp, err := client.GetMetadataWithContext(ctx, sdkuri.PathJoin(iamSecurityCredsPath, credsName))
github.com/aws/aws-sdk-go/aws/ec2metadata
api.go#L65: HTTPPath: sdkuri.PathJoin("/latest/meta-data", p),
api.go#L116: HTTPPath: sdkuri.PathJoin("/latest/dynamic", p),
![]() |
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. |