buckets table permissions: select and updateobjects 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)
}