buckets
table permissions: noneobjects
table permissions: update
and select
with open(filepath, 'rb') as f:
supabase.storage.from_("bucket_name").update(file=f, path=path_on_supastorage, file_options=\{"cache-control": "3600", "upsert": "true"\})