micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

python-ecosys/uminio: Add uminio package.

Open paluigi opened this issue 5 months ago • 3 comments

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/

paluigi avatar Aug 04 '25 07:08 paluigi

I tried to figure our why the lint/formatting fails...but I'm lost.

paluigi avatar Aug 04 '25 08:08 paluigi

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.

dpgeorge avatar Aug 04 '25 09:08 dpgeorge

Thanks, code formatted!

paluigi avatar Aug 04 '25 14:08 paluigi