Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support update/upload in Supabase Storage #39

Closed
J0 opened this issue Aug 16, 2021 · 5 comments
Closed

Support update/upload in Supabase Storage #39

J0 opened this issue Aug 16, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@J0
Copy link
Collaborator

J0 commented Aug 16, 2021

Right now not all .upload() and .update() is not supported in Supabase Storage. We should support this to bring the library closer to parity with the JS client.

@J0 J0 added the enhancement New feature or request label Aug 16, 2021
@J0 J0 self-assigned this Aug 16, 2021
@XbIK
Copy link

XbIK commented Oct 16, 2021

"upsert" property is hardcoded. Also it would be helpful if the contentType could also be changed

DEFAULT_FILE_OPTIONS = { "cacheControl": "3600", "contentType": "text/plain;charset=UTF-8", "upsert": "False", }

@dreinon
Copy link
Contributor

dreinon commented Oct 28, 2021

Hi @J0, what's the status of this issue, I think we can already upload to a bucket, right?

@J0
Copy link
Collaborator Author

J0 commented Oct 29, 2021

Yes, @dreinon we can upload to a bucket already.

@dreinon
Copy link
Contributor

dreinon commented Oct 29, 2021

Then, this issue should be closed since it's solved right? @J0

@J0 J0 closed this as completed Oct 30, 2021
@J0
Copy link
Collaborator Author

J0 commented Oct 30, 2021

Yup, closed. Thanks for the reminder! @XbIK let me know if you run into any further issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants