Uploading image file to S3

0

My image files are automatically converting into octet-stream while uploading to S3 via multer-s3 with node js, API gateway and lambda. It was working fine when my node app was on vercel. What possibly could have gone wrong?

已提问 1 年前646 查看次数
1 回答
0

Check this out. By default the content type is set to application/octet-stream. If you want multer-s3 to automatically find the content-type of the file, use the multerS3.AUTO_CONTENT_TYPE constant.

https://www.npmjs.com/package/multer-s3-v2#setting-custom-content-type

AWS
已回答 1 年前
  • Hi, I am already using multerS3.AUTO_CONTENT_TYPE and it was working fine until now but it’s not working when I moved the node app to Api gateway and lambda.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则