Closed victorbianconi closed 2 years ago
Same issue happening with me, Any solution please, thanks
Which version of Multer S3 are you using? and which version of the AWS SDK?
Multer S3: 3.00, AWS SDK: 2.1145.0
Multer S3 2.x is compatible with AWS SDK 2.x, and Multer S3 3.x is compatible with AWS SDK 3.x.
Either upgrade AWS SDK, or downgrade Multer S3.
I've been trying to get around this error for a while but it keeps popping up, and S3 keeps billing me the requests even if no files are being uploaded.
This is my code:
If I log the file it's being logged, but I get this.client.send is not a function every time and I don't see any new files on the bucket, but I realized I'm still being billed for the requests...