Supabase.Storage.list

You're seeing just the function list, go back to Supabase.Storage module for more information.
Link to this function

list(conn, options \\ [])

View Source

Lists all the files within a bucket.

Notes

  • Policy permissions required:
    • buckets permissions: none
    • objects permissions: select

Example

Supabase.storage()
|> Supabase.Storage.from("avatars")
|> Supabase.Storage.list(path: "public")

Options

  • :path - The folder path