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

3 uses

	github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations (current package)
		signer_wrapper.go#L127: 	V4Presigner         v4.HTTPPresigner
		signer_wrapper.go#L156: 		v4Signer:            options.V4Presigner,

	github.com/aws/aws-sdk-go-v2/service/s3
		api_client.go#L739: 		V4Presigner:         c.Presigner,