Supabase.Storage.list
You're seeing just the function
list
, go back to Supabase.Storage module for more information.
Lists all the files within a bucket.
Notes
- Policy permissions required:
buckets
permissions: noneobjects
permissions:select
Example
Supabase.storage()
|> Supabase.Storage.from("avatars")
|> Supabase.Storage.list(path: "public")
Options
:path
- The folder path