python install minio
pip3 install minio
Here is what the above code is Doing:
1. Importing the Minio library.
2. Defining the Minio Server address, access key and secret key.
3. Creating a Minio Client object.
4. Creating a Bucket.
5. Uploading a file to the Bucket.
6. Downloading the file from the Bucket.
7. Removing the file from the Bucket.
8. Removing the Bucket.