Values_2.TaskAttachmentSourceInformation about the task attachment files.
type nonrec t = {fileName : Values_0.FileName.t;A case-sensitive name of the attached file being uploaded.
*)s3Url : Values_1.PreSignedAttachmentUrl.t;The pre-signed URLs for the S3 bucket where the task attachment is stored.
*)}val make :
fileName:Values_0.FileName.t ->
s3Url:Values_1.PreSignedAttachmentUrl.t ->
unit ->
t