Skip to content
Advertisement

MalformedXML: The XML you provided was not well-formed or did not validate against our published schema

I am having this weird issue while working with AWS S3. I am working on application by which I can store the images to AWS bucket. Using Multer as middleware and S3FS library to connect and upload to AWS.

But the following error pops up when I try uploading the content.

“MalformedXML: The XML you provided was not well-formed or did not validate against our publis hed schema”

Index.js

JavaScript

EDIT Output:

JavaScript

Package.json

JavaScript

Advertisement

Answer

This code should work for you. You need to remember that: 1) use unique bucket name 2) under your file object use ‘originalname’ instead of ‘name’ <– this property does not exist

JavaScript
Advertisement