How to Solve NameError: name 'Minio' is not defined -- minio

Solution: Import the 'Minio' module

To Solve the error, add the following line to the top of your code.

from minio import Minio

 

For more information:
Python minio Minio