buckets
table permissions: noneobjects
table permissions: update
and select
The path of the file you want to move.
The new path of the file.
The destination bucket of the file.
val bucket = supabase.storage.from("avatars")
bucket.move("icon1.png", "icon2.png")