Updates a Storage bucket
buckets
table permissions: select
and update
objects
table permissions: noneA unique identifier for the bucket you are creating.
undefined
response = supabase.storage.update_bucket('avatars',
options=\{
"public": False,
"allowed_mime_types": ["image/png"],
"file_size_limit": 1024,
\}
)