FeatureFuel
1

Feature Request: Add upsert / overwrite support to storage.move()

Source: supabase/supabase#48566 · opened by @KiddoV
It would be useful if storage.move() supported overwriting the destination file, similar to upload().

Current behavior:

If avatar.jpg already exists, the move fails with a duplicate error. The current workaround is:



Proposed API:


or

This would make move() consistent with upload(), reduce API calls, and simplify common file replacement workflows.

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests