Hi we are getting a weird error when trying to start read jobs in out QA environment. Please see the details below:
SDK: "com.github.spectralogic:ds3_java_sdk:5.4.0"
Error message: "Expected a status code of 200 but got 400 for request #8289854. Error message: \"BadRequest[400]: Invalid XML payload sent by client: Unexpected attributes found for DOM element Object: {zdef1777600993:length=11}\" "
The error message arises when we attempt to execute method Ds3ClientHelpers#startReadJob(final String bucket, final Iterable<Ds3Object> objectsToRead). Please, see the full stack trace in the attachments.
Please note that we have tried other API calls like the "listObjects" method and they returned as expected.
Please help us understand why this issue is happening and what could be the fix here.