ecs-object-client-java
ecs-object-client-java copied to clipboard
Java SDK for storing objects in ECS
We are migrating our application to JakartaEE 10 and faced issues, it seems the client does not support running in JakartaEE 10 context. Is there a plan to make it...
The current version is primarily targeted for Java 8. We have apps that are on Java 17 / Spring Boot 3.1.x. There are conflicts with the versions of dependent jars...
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"])
[2023-12-30T15:01:25.048+0200] [DEBUG] [74886] [ObjectConfig:168:main] - raw path & query: /?limit=1000 [2023-12-30T15:01:25.049+0200] [DEBUG] [74886] [ObjectConfig:169:main] - resolved URI: https://object.ecstestdrive.com:443/?limit=1000 [2023-12-30T15:01:25.078+0200] [DEBUG] [74886] [S3Signer:143:main] - CanonicalRequest: GET / limit=1000 host:object.ecstestdrive.com:443 user-agent:ECS Java...
Hello, I am trying to use the client with a critical project I have which is built on Java 6. It worked fine using HTTP, however when using HTTPS I...
Whenever I send a SetObjectRetentionRequest, I get an error saying the content is empty: `com.emc.object.s3.S3Exception: This happens when the user sends an empty xml document as a request. The error...
Hi , I am trying to update the existing meta data of the file , using "setObjectMetadata" by passing required input. But while execution of the method receive the following...
The sdk did not offer a method to get information about bucket size or actual usage of the bucket
Greetings We were using object-client 3.3.2 in a inhouse custom web application Recently we upgraded the app framework to spring boot 2.7, which indirectly brings the upgrade of jackson 2.13...
I'm using this SDK for the Iceberg catalog. But the Iceberg excludes Jersey 1 used in our SDK. And I think bundle HTTP client and Jackson libraries is a good...