func github.com/aws/aws-sdk-go/aws.BackgroundContext

13 uses

	github.com/aws/aws-sdk-go/aws (current package)
		context_background_1_7.go#L18: func BackgroundContext() Context {

	github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
		ec2_role_provider.go#L91: 	return m.RetrieveWithContext(aws.BackgroundContext())

	github.com/aws/aws-sdk-go/aws/credentials/endpointcreds
		provider.go#L119: 	return p.RetrieveWithContext(aws.BackgroundContext())

	github.com/aws/aws-sdk-go/aws/credentials/stscreds
		assume_role_provider.go#L296: 	return p.RetrieveWithContext(aws.BackgroundContext())
		web_identity_provider.go#L104: 	return p.RetrieveWithContext(aws.BackgroundContext())

	github.com/aws/aws-sdk-go/aws/ec2metadata
		api.go#L55: 	return c.GetMetadataWithContext(aws.BackgroundContext(), p)
		api.go#L81: 	return c.GetUserDataWithContext(aws.BackgroundContext())
		api.go#L106: 	return c.GetDynamicDataWithContext(aws.BackgroundContext(), p)
		api.go#L131: 	return c.GetInstanceIdentityDocumentWithContext(aws.BackgroundContext())
		api.go#L157: 	return c.IAMInfoWithContext(aws.BackgroundContext())
		api.go#L187: 	return c.RegionWithContext(aws.BackgroundContext())
		api.go#L209: 	return c.AvailableWithContext(aws.BackgroundContext())

	github.com/aws/aws-sdk-go/aws/request
		request.go#L220: 	return aws.BackgroundContext()