justinbarak

Results 6 comments of justinbarak

It looks like I can just precede every upload with `sto.from_(bucket).remove([f"{folder}/{excel_name}"])`. That at least will not raise an error if the document doesn't exist.

> Looks like i cannot reproduce this anymore, I think it was probably fixed as part of ec94092189d0309fa4f1a7cfb6015ddacc1601c5 > > > > 👍 I think you're right. I see the...

> Can you use this package for Supabase storage ? I think that's how you're supposed to access it via python. It builds off of [another package](https://pypi.org/project/storage3/), which specifically recommends...

> Would you like to open a bug-fix PR? You'd just need to remove the `/` before `object` on [this line](https://github.com/supabase-community/storage-py/blob/6ca09e7b4cff12112599e2a1ea714f6f5f6af453/storage3/_async/file_api.py#L75) I think. (It looks like `base_url` has a trailing...

@anand2312 Can you review and approve?

Any way to get this pull request integrated? It is the most minor of corrections and won't cause issues.