storage-py icon indicating copy to clipboard operation
storage-py copied to clipboard

feat: Resumable uploads

Open juancarlospaco opened this issue 1 year ago • 1 comments

What kind of change does this PR introduce?

  • Resumable uploads feature.

juancarlospaco avatar Aug 28 '24 01:08 juancarlospaco

@juancarlospaco has this been tested in a real project to know if it works?

silentworks avatar Sep 25 '24 10:09 silentworks

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.

bogdanteleaga avatar Nov 26 '24 03:11 bogdanteleaga

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.

silentworks avatar Nov 29 '24 12:11 silentworks

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

silentworks avatar Jan 01 '25 20:01 silentworks