Copies an existing file to a new path in the same bucket.
buckets
objects
select
insert
await supabase.Storage.From("avatars") .Copy("public/fancy-avatar.png", "public/fancy-avatar-copy.png");