We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
We tried to parse the XML but we did not find problems. Closing this issue.
Sorry, something went wrong.
The root cause is fount out that this issue seem to be an aws-sdk-java's bug.
https://github.com/aws/aws-sdk-java/blob/master/src/main/java/com/amazonaws/services/s3/model/transform/XmlResponsesSaxParser.java#L684
The above line sholud be placed in the startElement method(https://github.com/aws/aws-sdk-java/blob/master/src/main/java/com/amazonaws/services/s3/model/transform/XmlResponsesSaxParser.java#L603)
Since fixing this issue at the aws-sdk might be difficult for some reason, we will fix by removing some spaces for indenting XML texts.
Thanks for surveying Java's S3 lib.
leo-project/leo_gateway@8e60acf
yosukehara
No branches or pull requests
The text was updated successfully, but these errors were encountered: