Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MinioClient thread safe

I am trying to user minio java sdk. In multi thread environment, can we share MinioClient object between multiple threads simultaneously. Is MinioClient java client object thread safe.

like image 233
Anupam Avatar asked Oct 31 '25 06:10

Anupam


1 Answers

Yes, MinioClient is thread-safe

Source: https://github.com/minio/minio-java/issues/975 . So, MinioClient is thread-safe and they have a functional test runs on every Pull Request.

like image 99
Mukesh M Avatar answered Nov 02 '25 22:11

Mukesh M



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!