Home supabase Update a buckets
Post
Cancel

supabase Update a buckets

내일배움캠프 LGLG!

최종 프로젝트 주차 - Team Project

Update a buckets

버킷 업데이트

1
2
3
4
5
6
7
const { data, error } = await supabase
  .storage
  .updateBucket('avatars', {
    public: false,
    allowedMimeTypes: ['image/png'],
    fileSizeLimit: 1024
  })
This post is licensed under CC BY 4.0 by the author.

supabase List all buckets

supabase Delete a buckets