minio-java
minio-java copied to clipboard
MinIO Client SDK for Java
Official doc mentions the following listeners  They are implemented in Goland, but for java, nothing. Is there a reason for that ? Golang : https://docs.min.io/docs/golang-client-api-reference.html#ListenNotification
Three functions have been added to the client. A function (**addUpdateGroup**) to add a group with optional group membership or to update the membership of a Group. A function (**removeGroup**)...
Signed-off-by: Bala.FA
Follow-up to https://github.com/minio/minio-java/issues/1522
Due to vulnerability CVE-2024-25710 please update the dependency to Apache Commons Compress up to version >=1.26.0 Please refere for details to https://nvd.nist.gov/vuln/detail/CVE-2024-25710 Kind regards, Gena
# Motivation JPMS is used by the vast majority of publically released libraries. The performance benefits it provides over the generic classpath, and better compile-time verification is very important. Without...
```java [WARN] ********************************************************************************************************************************************************************************** ************************ [WARN] * Required filename-based automodules detected: [minio-8.5.2.jar]. Please don't publish this project to a public artifact repository! * [WARN] ********************************************************************************************************************************************************************************** ************************ ``` As you can see,...
To use minio in a graalvm native application the reachability metadata could be added to https://github.com/oracle/graalvm-reachability-metadata for all users to use in native mode for optimised applications in cloud microservices.
 I meet an OOM Exception ,but it's hard to find out . The exception caught outside just says: java.lang.RuntimeException: null ``` Caused by: java.lang.RuntimeException: null at io.minio.S3Base.throwEncapsulatedException(S3Base.java:243) at io.minio.MinioClient.putObject(MinioClient.java:1375)...