You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am occasionally seeing this message in my production logs:
error: Failedtocompletethemultipartuploadon S3: {"message":"The XML you provided was not well-formed or did not validate against our published schema","code":"MalformedXML","region":null,"time":"2016-07-28T14:49:51.009Z","requestId":"8BC08EF7AA847920","extendedRequestId":"BKycEDqnBhWYNhksqCfIcrPJzHB3dpFR/vww3CqXRMTmkFKXT2si9ByKy7TlcsBkXDj3zLcpLCE=","statusCode":400,"retryable":false,"retryDelay":67.72877744943004}
Better formatted:
{message: 'The XML you provided was not well-formed or did not validate against our published schema',code: 'MalformedXML',region: null,time: '2016-07-28T14:49:51.009Z',requestId: '8BC08EF7AA847920',extendedRequestId: 'BKycEDqnBhWYNhksqCfIcrPJzHB3dpFR/vww3CqXRMTmkFKXT2si9ByKy7TlcsBkXDj3zLcpLCE=',statusCode: 400,retryable: false,retryDelay: 67.72877744943004}
It's really hard to pinpoint what the cause of this issue might be as I can't reproduce it reliably. I was wondering if anyone had experienced the same problem with s3-upload-stream.
The text was updated successfully, but these errors were encountered:
I am occasionally seeing this message in my production logs:
Better formatted:
Related? #18
It's really hard to pinpoint what the cause of this issue might be as I can't reproduce it reliably. I was wondering if anyone had experienced the same problem with s3-upload-stream.
The text was updated successfully, but these errors were encountered: