buckets
table permissions: select
and update
objects
table permissions: noneThe id of the bucket you want to create.
The builder to create a new bucket.
supabase.storage.updateBucket("cards") \{
public = false
fileSizeLimit = 20.megabytes
allowedMimeTypes(ContentType.Image.PNG, ContentType.Image.JPEG)
\}