You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to add a new field attachmentDownloadUrls into the above block. This object will be a JS object mapping the form’s fieldId to an S3 pre-signed URL to allow the FormSG Webhook SDK to download the object.
The S3 pre-signed URL will be generated by a new function on each call with the AWS S3 SDK, and each URL will be valid for 1 hour from the time it is generated and sent downstream.
A separate issue in opengovsg/formsg-javascript-sdk#60 has been created for the delivery of the downloadAttachments() function in the SDK.
The text was updated successfully, but these errors were encountered:
This is part 1 of the story for webhook attachments.
We want to add a new field
attachmentDownloadUrls
into the above block. This object will be a JS object mapping the form’sfieldId
to an S3 pre-signed URL to allow the FormSG Webhook SDK to download the object.The S3 pre-signed URL will be generated by a new function on each call with the AWS S3 SDK, and each URL will be valid for 1 hour from the time it is generated and sent downstream.
A separate issue in opengovsg/formsg-javascript-sdk#60 has been created for the delivery of the
downloadAttachments()
function in the SDK.The text was updated successfully, but these errors were encountered: