Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

minio python make an object

# make an object named 'miniotest.py' from the file 'test.py' inside of a bucket named 'testbucket'
client.fput_object(
  "testbucket", "miniotest.py", "test.py"
)
 
PREVIOUS NEXT
Tagged: #minio #python #object
ADD COMMENT
Topic
Name
2+9 =