github.com/aws/aws-sdk-go-v2/service/s3.CopyObjectInput.CopySourceIfUnmodifiedSince (field)

3 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_CopyObject.go#L284: 	CopySourceIfUnmodifiedSince *time.Time
		serializers.go#L357: 	if v.CopySourceIfUnmodifiedSince != nil {
		serializers.go#L359: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.CopySourceIfUnmodifiedSince))