storage
storage copied to clipboard
storage/renderer: Set status code to 404 if not found
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
Return 400 if object not found
What is the new behavior?
Return 404 instead
Additional context
Fix https://github.com/supabase/storage-api/issues/323
Hi @fenos, could you please review this?