andrewrk / node-s3-client

high level amazon s3 client for node.js
MIT License
1k stars 305 forks source link

No uploadBuffer? #157

Open unwitting opened 7 years ago

unwitting commented 7 years ago

Hi! Just wondering if there's a pre-existing reason for not having an uploadBuffer() call but having a downloadBuffer()? It's a common use case for me to want to read from an S3 key, change some data and re-upload without needing to create a temp file.

carlosgalveias commented 7 years ago

Its a common use case, i have a buffer of files that i changed and having it to save it to disk to upload it creates unnecessary disk IO/time