Minio Python Удалить ведро

# Remove the test bucket
client.remove_bucket("testbucket")
Karamolegkos