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

4 uses

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