github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations.SignHTTPRequestMiddlewareOptions.V4Signer (field)

3 uses

	github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations (current package)
		signer_wrapper.go#L42: 	V4Signer v4.HTTPSigner
		signer_wrapper.go#L52: 		v4Signer:            options.V4Signer,

	github.com/aws/aws-sdk-go-v2/service/s3
		api_client.go#L500: 		V4Signer:            o.HTTPSignerV4,