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
@UdayBidikar I did a test like "... ListBucketsResult result = client.listBuckets() ...", and was not able to reproduce your issue on 4.0.0-rc.1, facing ECS 3.8.0.5. However, the issue comes from Jackson, the ListBucketsResult and also Bucket class are using javax.xml.bind. That would be helpful if you can share more information, like your ECS version, Java version, code snippet.
@UdayBidikar ECS Java SDK doesn't support Java 14 AFAIK. I think it would cause the problem here. Could you try Java 8 or 11 instead? Or wait for more Java versions support, but it's of very low priority in our roadmap with no determined ETA.
caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "ServerSideEncryptionEnabled" (class com.emc.object.s3.bean.Bucket), not marked as ignorable (2 known properties: "Name", "CreationDate"])
at [Source: (PushbackInputStream); line: 1, column: 409] (through reference chain: com.emc.object.s3.bean.ListBucketsResult["Buckets"]->java.util.ArrayList[0]->com.emc.object.s3.bean.Bucket["ServerSideEncryptionEnabled"])
The text was updated successfully, but these errors were encountered: