minio-java icon indicating copy to clipboard operation
minio-java copied to clipboard

MinIO Client SDK for Java

Results 26 minio-java issues
Sort by recently updated
recently updated
newest added

Official doc mentions the following listeners ![image](https://user-images.githubusercontent.com/19241664/179518916-81d21160-830e-4cd4-bfc1-a792fb2767b6.png) 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**)...

Follow-up to https://github.com/minio/minio-java/issues/1522

community

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.

![图片](https://user-images.githubusercontent.com/4081996/209908293-1b68afe6-3ab6-4af2-a262-2aafeaadbd53.png) 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)...