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

upload to storage from backend (node) #160

Closed
Ascarbek opened this issue Apr 16, 2021 · 1 comment
Closed

upload to storage from backend (node) #160

Ascarbek opened this issue Apr 16, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Ascarbek
Copy link

Feature request

It's not currently possible to upload a file to supabase.storage using only NodeJS.

Is your feature request related to a problem? Please describe.

My backend does processing of user media files. It downloads them from supabase.storage and after processing should be able to upload back.

Describe the solution you'd like

I would like to have an overload of upload function that accepts path to a file or a stream.

Describe alternatives you've considered

I looked through docs and couldn't find any.

@Ascarbek Ascarbek added the enhancement New feature or request label Apr 16, 2021
@soedirgo
Copy link
Member

This should be supported now with supabase/storage-js#17, but feel free to reopen if it doesn't work for you.

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

2 participants