Minio Python membuat objek

# 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"
)
Karamolegkos