SupabaseS
Supabase2mo ago
John

Custom metadata on storage.objects not saving

I am uploading files to storage using Tus (via tus-js-client, because I need to track progress) and am adding custom metadata to the uploads. I am then trying to use that metadata in triggers on the insert into storage.objects
  • but the metadata isn't anywhere I can find. Am I missing it, or is there a function that needs to be called? There is a user_metadata field that is always empty, and the actual metadata column only contains the metadata used for storage itself.
Was this page helpful?