minio python hapus objek

""" Remove object named 'miniotest.py' from the bucket named '' """
client.remove_object("testbucket", "miniotest.py")
Karamolegkos