Home supabase List all buckets
Post
Cancel

supabase List all buckets

내일배움캠프 LGLG!

최종 프로젝트 주차 - Team Project

List all buckets

버킷 목록 불러오기

1
2
3
const { data, error } = await supabase
  .storage
  .listBuckets()
This post is licensed under CC BY 4.0 by the author.

supabase Retrieve a bucket

supabase Update a buckets