Namdi
Namdi
im currently having this issue. any fix ?
still waiting on this
i am still getting this error
yes i did and im still getting the error . i followed the tutorials of both [https://gist.github.com/nick-ChenZe/71670af034744ee3fe9d801de632836d](url) and [https://medium.com/@vishnuit18/uploading-files-to-aws-s3-bucket-using-nodejs-8c399eea2d19](url) . still got the same issue
` function startUpload(req, res, next) { const params = { Key: `${Date.now().toString()}.mp4`, Bucket: bucket_name, } let file = req.file; // var buffer = Buffer.from(file.toString(), 'base64') console.log(__dirname) var buffer = fs.readFileSync('/Users/namdiemefo/Desktop/naemo/tag/tagging-server/tagging-panel/app/services/MFMFCVSKWARAUNITED.mp4')...
my bad , i used the aws-sdk . here is the full code [https://gist.github.com/namdiemefo/4db23767b9be11857383c5e3d5378114](url)
The module is for copying from one bucket to another . I’m trying to upload large files from the browser to s3 Sent from Yahoo Mail for iPhone On Sunday,...