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

3 uses

	github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations (current package)
		signer_wrapper.go#L128: 	V4aPresigner        v4a.HTTPPresigner
		signer_wrapper.go#L157: 		v4aSigner:           options.V4aPresigner,

	github.com/aws/aws-sdk-go-v2/service/s3
		api_client.go#L740: 		V4aPresigner:        c.presignerV4a,