This example demonstrates how to download a video from a URL and upload it to Supabase Storage using Trigger.dev.
This task downloads a video from a provided URL, saves it to a temporary file, and then uploads the video file to Supabase Storage using S3.
To test this task in the dashboard, you can use the following payload:
Learn how to trigger a task from a Supabase edge function when a URL is visited.
Learn how to trigger a task from a Supabase edge function when an event occurs in your database.