I want to allow my users to upload their files using companion remote sources, then get a temporarily public “preferably signed” URL for the uploaded file to fetch it from Bunny CDN.
Is this possible using only Uppy client-side JS without calling the API for assembly details?
If you upload your files to Transloadit with @uppy/transloadit then it’s probably best to use notify_url to make your backend aware of the results. I’m not sure how Bunny CDN fits into the picture here, is that your upload destination with Transloadit?