andrewrk / node-s3-client

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

Can you upload data from a buffer without saving anything locally? #136

Open LukasBombach opened 8 years ago

LukasBombach commented 8 years ago

Hi

we want to upload some JSON-files to S3 that we generate on the fly. We would like to upload our JSON directly to S3 without storing it locally, i.e. saving it to the local disk and then uploading. Ist that possible somehow?

Thank you Lukas

sbeattie commented 8 years ago

Me too. Anyone ?

dustyjewett commented 8 years ago

It's available in the base library, but isn't implemented here. http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#upload-property

adamreisnz commented 7 years ago

+1 this would be really useful...

pararuk commented 7 years ago

+1