You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to delete data from the blob when we know that it will not be used anymore. One such example is values uploaded to the blob for use with a plugin.
The text was updated successfully, but these errors were encountered:
Due to the nature of the blob, that is not feasible (data stored by content-based hash meaning the id can point to other artifact that should not be removed).
If this is urgent, I would introduce some alternative storage that is accessible for a plugin (via a router, or using the server's file system directly).
On the other hand, we are working on a temporary blob storage that would be servicable and could be emptied when the server is down...
It would be nice to be able to delete data from the blob when we know that it will not be used anymore. One such example is values uploaded to the blob for use with a plugin.
The text was updated successfully, but these errors were encountered: