- Reformat code. (by miss85246 in 4) - Remove redundant `URL`. (by miss85246 in 2) - Remove redundant `Minio.close` and `Minio._async_http`. (by hlf20010508) - Use `with` to create `aiohttp.ClientSession`. (by miss85246 in 4) - Fix parameter error of `ServerError` in `Minio._url_open` (by miss85246 in 4)
1.7
- Fix `Unclosed client session` caused by `Minio._async_http` not be closed. (by hlf20010508) - All redundant outputs are removed. (by miss85246, hlf20010508 in 2)
1.6
- Rename import package from minio_async to miniopy_async - Update publish.py, add `.whl`
1.3
- Update Apache-2.0 license.
1.2
- 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.