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

4 uses

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