func github.com/aws/smithy-go/transport/http.IsEndpointHostPrefixDisabled

2 uses

	github.com/aws/smithy-go/transport/http (current package)
		middleware_metadata.go#L38: func IsEndpointHostPrefixDisabled(ctx context.Context) (v bool) {

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_WriteGetObjectResponse.go#L403: 	if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) {