scottwernervt / cloudstorage

Unified cloud storage API for storage services.
http://cloudstorage.readthedocs.io/en/latest/
MIT License
93 stars 27 forks source link

Updated minio driver to support 7.1.xx #90

Open madan-ram opened 1 year ago

madan-ram commented 1 year ago

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.

scy commented 1 year ago

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.