admin管理员组

文章数量:1278793

I managed to read a JSON file stored in my S3 bucket but I'm having to do a lot of transformation that I dont fully understand.

If we log the data as it es we get an output of Buffer data

s3.getObject(objParam, (err, data) => {
  if (err) throw err;
  
  console.log("

本文标签: javascriptRead JSON file stored in aws S3 with NodejsStack Overflow