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
Hi @Vig2OOO, thanks for the interest in this project and your suggestions. These would indeed be valuable improvements. If you need those things now, I suggest to have a look at https://send.vis.ee/ - it is a very similar service that offers what you are looking for (or at least partially).
If you want to see it on sharrr.com, feel free to add a PR - I have limited resources right now to further develop this project.
However, what I can do is adding some thoughts on how to achieve what you need:
With the current design, there is no way to know what files (on S3) belong to an entity in the database. See https://www.sharrr.com/about for design reference. Which means, if you wanted to have "custom deletion settings" with the current design - it needed to be stored e.g. as part of the file name on S3. I see this working for e.g. a custom retention period, but becomes a bit more complicated for "amount of downloads" (Maybe with some meta data - not sure). Alternatively, one could store file references in the DB, but that would make the whole concept less secure. (I'd be happy for ideas on how others have solved that.)
Should be easy to do
This feature (only) made sense in combination with 1. In current setup you will always "soft" delete the file when you visit the link (and click download)
Would like to see the following feature requests:
The text was updated successfully, but these errors were encountered: