wamdam / backy2

backy2: Deduplicating block based backup software for ceph/rbd, image files and devices
http://backy2.com/
Other
195 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.