minio / minio-py

MinIO Client SDK for Python
https://docs.min.io/docs/python-client-quickstart-guide.html
Apache License 2.0
822 stars 318 forks source link

Does mc mirror have a Python sdk? #1359

Closed xujuchao closed 9 months ago

xujuchao commented 9 months ago

I want to backup data to aws through Python sdk. Is there an sdk similar to mc mirror?

balamurugana commented 9 months ago

No. You would need to write the code with list_object() and fget_object() APIs.