buckets
table permissions: select
and update
objects
table permissions: nonetry await supabase.storage
.updateBucket(
"avatars",
options: BucketOptions(
public: false,
fileSizeLimit: 1024,
allowedMimeTypes: ["image/png"]
)
)