i have a form on webflow with text inputs and the uploadcare file uploader. and i have a webhook on make for this form that captures all these text inputs including the link for the file uploaded on uploadcare. is there a way i can upload the file to aws s3 after that? i can only see 2 modules for uploadcare on make.com which doesnt help.
Hi @Amer_Bawji, you can connect an S3 bucket to your Uploadcare project and enable auto-copying. Another option is to copy files explicitly by making a request to our REST API, and you can do this in your form handler (when you receive a form submission containing a URL of the uploaded file). See this article to learn more Uploadcare storage S3 integration.