minio python make an object code example
Example: 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"
)
# 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"
)