Monday 24 December 2018

How to upload multiple buffer objects to a same file in AWS S3 using node.js?

I am trying to upload multiple buffer objects to a single file in aws s3. I am unable to do so.For each of these buffers, I am able to upload them individually to a file in S3, but not combined.S3.upload(APP_BUCKET_NAME,"all.xlsx",data); "all.xlsx" => filename to be created and data=> array of buffers.

Submitted December 24, 2018 at 12:09PM by datavinci

No comments:

Post a Comment