Supabase Retrieve Public File URLs
This is based on the Supabase Client SDK - Retrieve public URL.
Inputs
| Data | Type | Description |
|---|---|---|
| Fetch | signal | |
| Bucket | string | |
| Paths (array of strings) | array of string | |
| Expires In (seconds) | number |
Outputs
| Data | Type | Description |
|---|---|---|
| Signed URLs | array of string | |
| Is Fetching | boolean | |
| Is Fetched | boolean | |
| Is Success | boolean | |
| Is Error | boolean | |
| Status | string | |
| Error Text | string | |
| Success | signal | |
| Failure | signal | |
| Finally | signal |