console icon indicating copy to clipboard operation
console copied to clipboard

🚀 Enhancement: [Upload] button for Storage File View to update content

Open minecrawler opened this issue 1 year ago • 3 comments

🔖 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?

minecrawler avatar May 07 '24 10:05 minecrawler

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.

byawitz avatar May 07 '24 15:05 byawitz

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)

minecrawler avatar May 07 '24 18:05 minecrawler

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.

byawitz avatar May 07 '24 18:05 byawitz