Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

minio python remove an object

""" Remove object named 'miniotest.py' from the bucket named '' """
client.remove_object("testbucket", "miniotest.py")
 
PREVIOUS NEXT
Tagged: #minio #python #remove #object
ADD COMMENT
Topic
Name
4+6 =