Moves an existing file, optionally renaming it at the same time.
buckets
objects
update
select
await supabase.Storage.From("avatars") .Move("public/fancy-avatar.png", "private/fancy-avatar.png");