supabase_storage_move
Move or rename files within a Supabase storage bucket by specifying the bucket, current file path, and new file path.
Instructions
Move or rename a file within a storage bucket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name | |
| toPath | Yes | New file path | |
| fromPath | Yes | Current file path |