Python: Replace an existing file

Examples

Update file

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"\})