cloudstorage icon indicating copy to clipboard operation
cloudstorage copied to clipboard

Updated minio driver to support 7.1.xx

Open madan-ram opened this issue 1 year ago • 1 comments

Hi, I have updated minio version to > 7.1.xx. Had to remove some code and changes in import in order to update minio driver version.

madan-ram avatar Mar 22 '23 11:03 madan-ram

In case anyone else is wondering why this PR replaces a lot of exception classes with more generic-looking ones: minio-py ≥ 7 indeed removed quite a few exception classes, see error.py in b81883a.

scy avatar Mar 22 '23 13:03 scy