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

File stream require to store file in google cloud storage as well as in local storage #1378

Open
wasimkhan-cognologix opened this issue Sep 20, 2019 · 0 comments

Comments

@wasimkhan-cognologix
Copy link
Collaborator

Current anemomind code stores uploaded file in buffer using multer in memory storage.
To upload file in google storage, common code is used with a flag, but storing entire file in memory is bad idea. need to stream file so that file can be uploaded to google cloud storage as well as on local storage.

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

No branches or pull requests

1 participant