Open networkjackbb opened 10 months ago
I had to make the following changes to the minio.py data_backend to match up with changes in Minio API 6 => 7
rm_many()
try:
I forgot the minio.error changes. Removed BucketAlreadyOwnedByYou and BucketAlreadyExists from the minio.error import line.
I had to make the following changes to the minio.py data_backend to match up with changes in Minio API 6 => 7
rm_many()