Here is my MinIO tree
bucket1
|
|-dir1
|-dir2
|-file1
|-file2
|-file3
I want to download the entire directory "dir2
" using python API.
The only way I can think of is to download files one by one. Is there another way / API call to download entire directory?