pyminio icon indicating copy to clipboard operation
pyminio copied to clipboard

copy_recursively should use recursive self.minio_obj.list_objects

Open IamTugy opened this issue 6 months ago • 0 comments

use self.minio_obj.list_objects instead of _get_objects_at and diy logic to reduce the amount of code written and tested

IamTugy avatar Aug 10 '24 13:08 IamTugy