minio / minio-py

MinIO Client SDK for Python
https://docs.min.io/docs/python-client-quickstart-guide.html
Apache License 2.0
851 stars 325 forks source link

java.net.SocketException: Connection reset error #1425

Closed chatnord closed 4 months ago

chatnord commented 4 months ago

Hi,

thanks for your work! I am using your library to download a series of files from AWS S3 (multiprocessing) and, from time to time, I get a java.net.SocketException: Connection reset error. I understand that, from time to time, AWS could get stuck. Is there a parameter I can set somewhere to retry a few times, instead of crashing? I reckon boto3 has some option like this.

Thank you!

balamurugana commented 4 months ago

Pass your custom http client to Minio class.