Storage ``from.update()`` vs ``from.upload()``
Is there any difference between the two functions? Seems like both requires
What I expect from
{upsert: true} to replace existing file.What I expect from
update() function is to be able to replace profile.jpg with profile.png.