I am trying to upload an image to amazon s3 using multer-s3, but I am getting this error:
multer-s3
TypeError: Expected opts.s3 to be object node
I was passing S3 to mutler in caps, like
S3: {object}
Changing it to small s3 works for me:-
s3: {object}