Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
minecrawler opened this issue May 7, 2024 · 3 comments
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@minecrawler
Copy link

minecrawler commented May 7, 2024

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

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@minecrawler minecrawler added the enhancement New feature or request label May 7, 2024
@byawitz
Copy link
Member

byawitz commented May 7, 2024

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.

@minecrawler
Copy link
Author

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)

@byawitz
Copy link
Member

byawitz commented May 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants