wamdam / backy2

backy2: Deduplicating block based backup software for ceph/rbd, image files and devices
http://backy2.com/
Other
196 stars 39 forks source link

MINIO PY 7.x fixes #98

Open networkjackbb opened 10 months ago

networkjackbb commented 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:
networkjackbb commented 10 months ago

I forgot the minio.error changes. Removed BucketAlreadyOwnedByYou and BucketAlreadyExists from the minio.error import line.

shulemmosko commented 5 days ago

i have an updated version of the the minio.py file that incorporates these changes and it seems to be working fine with no errors.