You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/examples/supabase-storage-upload.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ import SupabaseAuthInfo from "/snippets/supabase-auth-info.mdx";
11
11
12
12
This example shows how to upload a video file to Supabase Storage using two different methods.
13
13
14
-
-[Upload to Supabase Storage using the Supabase client](/guides/examples/supabase-storage-upload#example-1-upload-to-supabase-storage-using-the-supabase-storage-client)
15
-
-[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)
14
+
-[Upload to Supabase Storage using the Supabase client](#upload-to-supabase-storage-using-the-supabase-client)
15
+
-[Upload to Supabase Storage using the AWS S3 client](#upload-to-supabase-storage-using-the-aws-s3-client)
16
16
17
17
## Upload to Supabase Storage using the Supabase client
0 commit comments