/aiomc

Async Python 3 wrapper for MinIO command line interface

Primary LanguagePythonMIT LicenseMIT

aiomc

Forked from bmc

aiomc is an Async Python 3 wrapper library for MinIO's command line interface mc and minio. MinIO, an Amazon Simple Storage Service (S3) compatible object storage. It has a useful Python client library which unfortunately lacks administrative capabilities that the mc and minio command line interfaces provide, such as adding users and hosts, which we need to do for the iko machine learning platform. This library solves that problem.

Installation

pip install aiomc