Copy updates
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
---
|
||||
title: "Upload a video to Supabase Storage using S3"
|
||||
title: "Uploading files to Supabase Storage"
|
||||
sidebarTitle: "Supabase Storage upload"
|
||||
description: "This example demonstrates how to download a video from a URL and upload it to Supabase Storage using Trigger.dev."
|
||||
description: "This example demonstrates how to upload files to Supabase Storage using Trigger.dev."
|
||||
---
|
||||
|
||||
import SupabaseDocsCards from "/snippets/supabase-docs-cards.mdx";
|
||||
|
||||
## Overview
|
||||
|
||||
This example demonstrates how to upload a video file to Supabase Storage using two different methods.
|
||||
This example shows how to upload a video file to Supabase Storage using two different methods.
|
||||
|
||||
- [Upload to Supabase Storage using the Supabase client](/guides/examples/supabase-storage-upload#example-1-upload-to-supabase-storage-using-the-supabase-storage-client)
|
||||
- [Upload to Supabase Storage using the AWS S3 client](/guides/examples/supabase-storage-upload#example-2-upload-to-supabase-storage-using-the-aws-s3-client)
|
||||
|
||||
Reference in New Issue
Block a user