Up to now, my fileUpload config was configured with multer-s3 this way:
const storage = multerS3({ s3, bucket: bucketname, key: filename, });