- Add parameter `progress` for `put_object` and `fput_object`. Class`<Progress>` is provided, you don't have to create it manuly. - Add `num_parallel_uploads` for `put_object` and `fput_object`
1.1
miniopy-async > Asynchronous MinIO Python Client API
- Based on HuseynMashadiyev's [minio-async 1.0.0](https://github.com/HuseynMashadiyev/minio-async/tree/78128443f7ce9618191e1155689b47507df67bb1). - Fixed Bugs and added new features by hlf20010508.