Open OrangeDog opened 9 years ago
And the client's error: XMLParserError: Unexpected close tag\nLine: 11\nColumn: 9\nChar: >\n at error (node_modules/pkgcloud/node_modules/aws-sdk/node_modules/xml2js/node_modules/sax/lib/sax.js:352:8)
I fixed the extra leading / at my end, but fakes3 still gives the same error.
That close was accidental. Damn GitHub UI.
Did you manage to resolve the XMLParserError? I am experiencing the same error our my TEST environment when using s3 multipart upload and fakes3.
I am experiencing the same issue when using copyObject command in aws sdk v2
Has anyone had any luck with workarounds for this? I'm getting this when trying to store large files (> 20MB), but smaller files work fine.
Client was Node.JS pkgcloud, which uses aws-sdk.