supabase / supabase-swift

A Swift client for Supabase
https://supabase.com/docs/reference/swift
MIT License
685 stars 101 forks source link

[Storage] Add `createSignedUploadURL` and `uploadToSignedURL` method #147

Closed grdsdev closed 5 months ago

grdsdev commented 10 months ago

Feature request

Add createSignedUploadURL and uploadToSignedURL method:

MadeByDouglas commented 9 months ago

I'm sorry if this is a silly question, what is this feature, the signedUploadURL for? Can we get support for resumable uploads and downloads with progress indicators? https://supabase.com/docs/guides/storage/uploads/resumable-uploads

grdsdev commented 9 months ago

Hey @MadeByDouglas those methods are unrelated to resumable uploads.

This issue if for adding those 2 missing methods to the Swift Library, just to be in parity with JS lib.

I added a new issue to track work related to resumable uploads https://github.com/supabase-community/supabase-swift/issues/171

MadeByDouglas commented 9 months ago

ah ok I see, awesome! Also great work btw, I've seen lots of progress with this recently. Have you taken over the project from maail or connected with supabase or just contributing? I'm very thankful for all the work on this library from you and the others.

ehynds commented 6 months ago

Would love to see progress on this!

grdsdev commented 6 months ago

Hi @ehynds I'm joining Supabase to work full time on next week, so expect this to move forward much faster.

Thanks.