github.com/aws/aws-sdk-go-v2/service/s3.HeadObjectInput.IfMatch (field)

4 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_HeadObject.go#L164: 	IfMatch *string
		serializers.go#L4208: 	if v.IfMatch != nil && len(*v.IfMatch) > 0 {
		serializers.go#L4210: 		encoder.SetHeader(locationName).String(*v.IfMatch)