Top "Multer-s3" questions

Questions related to streaming multer storage engine for AWS S3.

Simple file upload to S3 using aws-sdk and Node/Express

I am at a loss of what I am doing wrong, here is what I have: HTML <html> &…

node.js file-upload amazon-s3 aws-sdk multer-s3
Uploading image to amazon s3 using multer-s3 nodejs

I am trying to upload an image to amazon s3 using multer-s3, but I am getting this error: TypeError: Expected …

node.js file-upload amazon-s3 multer multer-s3
How to specify upload directory in multer-S3 for AWS-S3 bucket?

I am using express + multer-s3 to upload files to AWS S3 service. Using the following code, I was able to …

node.js amazon-s3 multer-s3
How to access uploaded file from multer?

Im able to upload an image to S3. Now, if the file selected is .gif, I want to be able …

node.js amazon-s3 ffmpeg multer multer-s3
Images not getting Stored in S3 bucket

I am using s3 multer module to directly upload a image file which is uploaded by user into my bucket. …

node.js amazon-web-services amazon-s3 multer-s3
Nodejs empty request body from form-data POST

I have a photo app (React Native) that is attempting to make a POST request to a nodejs express endpoint, …

node.js react-native multer multer-s3