-
Notifications
You must be signed in to change notification settings - Fork 45
stream support #16
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
Comments
There are no update plans for the clients right now but I'm happy to note your request and share the idea with the development team. |
I've just tested it with node.js (6.15.1), and you should be able to use the default streams functionality:
|
@HydraOrc hm, didn't thought about directly using API url, looks good, will try, thanks! |
@sarkistlt I mean that at first you should pipe your stream to the post request ( For example: |
any plans on supporting stream? buffer is cool, but what if I just don't want to load the whole file, and just want to stream it from my API to swift or s3 object storage. Would be supper useful to be able pipe to stream
The text was updated successfully, but these errors were encountered: