how to upload objects using s3 multipart upload API in node.js?

前端 未结 0 1607
慢半拍i
慢半拍i 2020-12-13 13:58

Up to now, my fileUpload config was configured with multer-s3 this way:

const storage = multerS3({
  s3,
  bucket: bucketname,
  key: filename,
});

相关标签:
回答
  • 消灭零回复
提交回复
热议问题