📜  minio python 创建一个对象 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:11.625000             🧑  作者: Mango

代码示例1
# 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"
)