We are testing solution where user can submit PDF document by filling a form and attaching it. As action on form submission we are sending webhook. Instead of the actual data the webhook receives a SOFTR url, which is fine as we can easily download the PDF down from the link, BUT it seems the link is active in perpetuity, and file remains in the SOFTR AWS server. From data protection point of view, we cannot have files being stored on 3rd party controlled storage, does anyone know how to kill the url or set it to expire?
Thanks in advance