storage-py
storage-py copied to clipboard
feat: Resumable uploads
What kind of change does this PR introduce?
- Resumable uploads feature.
@juancarlospaco has this been tested in a real project to know if it works?
Will this be merged anytime soon? Experiencing some problems with regular uploads from some instances and this has been suggested as a possible fix in a ticket.
After having a chat with @grdsdev, I think this PR should be put on hold for now. It diverges from the other Supabase client libraries and we should probably wait for an API design to be agreed upon before including resumable uploads into the Python library itself. In the time being we can add example code to the docs https://supabase.com/docs/guides/storage/uploads/resumable-uploads?queryGroups=language&language=js where Resumable uploads is mentioned using one of the third party libraries available for TUS with Python.
I've opened a PR with example code for tus-py-client in the docs https://github.com/supabase/supabase/pull/32517 and I've also created a repo with a working example of this https://github.com/silentworks/supabase-tus-upload-examples