GDIndex
GDIndex copied to clipboard
Auto delete downloaded copied files
Can you add an option to automatically delete the copied files after 1 day of existence? or something that prevents the user from having to delete manually. That would be very useful.
No, because the worker is stateless. Due to worker limitation, I can't record create time in worker, or run auto deletion periodically.
Quick ideas:
- record create time in KV and provide a button allowing user manually delete those obsoleted files
- (If we can) listen for ending of request and delete it