-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
Description
Is your feature request related to a problem? Please describe.
When the upload is interrupted by for example a power outage, the upload must restart. That is because only MemoryURLStore exists.
Describe the solution you'd like
There should be a persistent URL store which could be loaded after a restart of the computer.
Can you provide help with implementing this feature?
I have some code and I will create a pull request.
Additional context
It's a feature that was requested by my boss, but we are moving to AWS cloud, so our old infrastructure will not be updated. Thus I don't want my efforts wasted, the tus team might like this solution. I hope.