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

3 uses

	github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations (current package)
		signer_wrapper.go#L45: 	V4aSigner v4a.HTTPSigner
		signer_wrapper.go#L53: 		v4aSigner:           options.V4aSigner,

	github.com/aws/aws-sdk-go-v2/service/s3
		api_client.go#L501: 		V4aSigner:           o.httpSignerV4a,