Replaces an existing file at the specified path with a new one.
buckets
permissions: noneobjects
permissions: update
and select
var imagePath = Path.Combine("Assets", "fancy-avatar.png");
await supabase.Storage.From("avatars").Update(imagePath, "fancy-avatar.png");