🚀 Enhancement: [Upload] button for Storage File View to update content
🔖 Enhancement description
Add upload button to file views in order to update/overwrite the file (keep ID, permissions etc.)
🎤 Pitch
At the moment, it's possible to upload a new file to a bucket in storage. It's also possible to delete a file. However the Console doesn't provide the functionality to update a file. It would be convenient to have a button which allows me to upload a file which which updates the content of my bucket's file without changing its ID or permissions (or triggering delete/create actions)
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
Hi @minecrawler, Thanks for the issue.
As of now, the updateFile function can update the name and the permissions of the file and not change the file content itself.
Ah, Thank you. Then I misread. It would still be convenient to be able to update a file in the Console (and also via API, without triggering delete/create events)
I agree, in some use-cases it could help.
This was also discussed in the past in our Discord channel as you can see here.