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
This error occur when application access LeoFS(0.14.9) with AWS-SDK(1.6.2).
sudo tcpflow -c -i lo0 src or dst host localhost
TCP dump(https://gist.github.com/georgeOsdDev/7190154#file-tcpflow-dump) seems to that LeoFS returns collect XML. I can not determine whether it is the problem of compatibility of LeoFS or a bug in the SDK.
So I avoid this problem with adding patch to SDK
https://github.com/georgeOsdDev/xitrum-leochat/blob/master/lib/XmlResponsesSaxParser.java#L621
See also https://gist.github.com/georgeOsdDev/7190154
The text was updated successfully, but these errors were encountered:
We've found the issue of Java's S3 lib - leo-project/leofs#94 (comment) So we will resolve leofs-related codes.
Sorry, something went wrong.
leo-project/leo_gateway@8e60acf
No branches or pull requests
This error occur when application access LeoFS(0.14.9) with AWS-SDK(1.6.2).
sudo tcpflow -c -i lo0 src or dst host localhost
TCP dump(https://gist.github.com/georgeOsdDev/7190154#file-tcpflow-dump) seems to that LeoFS returns collect XML.
I can not determine whether it is the problem of compatibility of LeoFS or a bug in the SDK.
So I avoid this problem with adding patch to SDK
https://github.com/georgeOsdDev/xitrum-leochat/blob/master/lib/XmlResponsesSaxParser.java#L621
See also https://gist.github.com/georgeOsdDev/7190154
The text was updated successfully, but these errors were encountered: