I've been using your S3 api successfully for 6 months. Today, one of my users caused this error and now every upload attempt fails with this same error. Something is hosed. Please what caused this, why doesn't the system correct itself, and what am I supposed to do now?
{ XMLParserError: Non-whitespace before first tag.
Line: 0
Column: 1
Char:
at error (/bundle/node_modules/sax/lib/sax.js:667:10)
at strictFail (/bundle/node_modules/sax/lib/sax.js:693:7)
at beginWhiteSpace (/bundle/node_modules/sax/lib/sax.js:967:7)
at Object.write (/bundle/node_modules/sax/lib/sax.js:1019:11)
at Parser.exports.Parser.Parser.parseString (/bundle/node_modules/xml2js/lib/xml2js.js:508:31)
at Parser.parseString (/bundle/node_modules/xml2js/lib/xml2js.js:7:59)
at NodeXmlParser.parse (/bundle/node_modules/aws-sdk/lib/xml/node_parser.js:31:10)
at Request.extractError (/bundle/node_modules/aws-sdk/lib/services/s3.js:563:39)
at Request.callListeners (/bundle/node_modules/aws-sdk/lib/sequential_executor.js:105:20)
at Request.emit (/bundle/node_modules/aws-sdk/lib/sequential_executor.js:77:10)
message: 'Non-whitespace before first tag.\nLine: 0\nColumn: 1\nChar: \u0000',
code: 'XMLParserError',
retryable: true,
time: 2018-08-01T16:06:06.178Z,
statusCode: 500,
status: 500 }