micropython-lib
micropython-lib copied to clipboard
python-ecosys/uminio: Add uminio package.
uminio is a MicroPython client for MinIO object storage. This commit add the uminio folder and all its content in the python-ecosys folder. Original implementation for AWS S3: https://github.com/DanielMilstein/uboto3/
I tried to figure our why the lint/formatting fails...but I'm lost.
If you look here: https://github.com/micropython/micropython-lib/actions/runs/16717239939/job/47313198532?pr=1040 it shows you the problems. Basically you need to put a few things on one line, instead of over many lines.
Thanks, code formatted!