const github.com/aws/aws-sdk-go-v2/aws.EndpointSourceCustom

6 uses

	github.com/aws/aws-sdk-go-v2/aws (current package)
		endpoints.go#L135: 	EndpointSourceCustom

	github.com/aws/aws-sdk-go-v2/service/s3
		endpoints.go#L55: 	e := aws.Endpoint{URL: url, Source: aws.EndpointSourceCustom}

	github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
		process_arn_resource.go#L280: 	if len(endpoint.SigningName) != 0 && endpoint.Source == aws.EndpointSourceCustom {
		process_arn_resource.go#L345: 	if len(endpoint.SigningName) != 0 && endpoint.Source == aws.EndpointSourceCustom {
		process_arn_resource.go#L522: 	if len(endpoint.SigningName) != 0 && endpoint.Source == aws.EndpointSourceCustom {
		s3_object_lambda.go#L62: 	if len(endpoint.SigningName) > 0 && endpoint.Source == aws.EndpointSourceCustom {