Easily manage the Supabase object store.
You can use the Supabase Storage component to interact with
the storage functions offered by Supabase.
Setup
Add the element
Supabase Storage
to your page and configure the element field.Plugin Element Properties
Title | Description | Type |
Data type | Select "Storage (Supabase)" for this field. This type is automatically defined by the Supabase plugin and allows for exposing buckets, files, signed URLs and uploads. The state data will eventually replace the current states (Buckets, Files, and Uploads) in future versions of the plugin. | App Data |
Exposed States
Name | Description | Type |
Status Code | Status code returned from the Supabase Storage API. | Text |
Status Message | Status message returned from the Supabase Storage API. | Text |
Last signed URL | URL generated after calling the action 'Create Signed URL'. | Text |
Data | Exposes a list of buckets, files, signed URLs and uploads data. | List |
Buckets (Deprecated) | Names of the buckets within your Supabase project. | List |
Files (Deprecated) | Names of the files within a bucket. | List |
Uploads (Deprecated) | Names of the files uploaded with the "Upload file to bucket" action. | List |
Element Events
Name | Description |
Call Success | Triggered when a call to the storage service successfully completes. |
Call Error | Triggered when a call to the storage service encounters an error. |
List buckets success | Triggered when the list of buckets has been successfully retrieved. |
List buckets error | Triggered when an error occurred while listing buckets. |
List files success | Triggered when the list of files has been successfully retrieved. |
List files error | Triggered when an error occurred while listing files. |
Create signed URL success | Triggered when the signed URL has been successfully created. |
Create signed URL error | Triggered when an error occurred while creating the signed URL. |
Upload file success | Triggered when a file has been successfully uploaded. |
Upload file error | Triggered when an error occurred while uploading a file. |
Move file success | Triggered when a file has been successfully moved. |
Move file error | Triggered when an error occurred while uploading a file. |
Copy file success | Triggered when a file has been successfully copied. |
Copy file error | Triggered when an error occurred while copying a file. |