From 5d03e97aa26f659ae3c833da6419c778b0a5b5c2 Mon Sep 17 00:00:00 2001 From: Luigi Date: Mon, 11 Aug 2025 08:46:50 +0200 Subject: [PATCH] Added uminio library --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 2f91018..b48e5dc 100644 --- a/readme.md +++ b/readme.md @@ -291,6 +291,9 @@ Other places you can look for MicroPython Libraries: * [micropython-ntpclient](https://github.com/wieck/micropython-ntpclient) - NTP client for MicroPython using uasyncio. * [micropython-ntp](https://github.com/ekondayan/micropython-ntp) - Robust NTP library for MicroPython. +#### Object Storage +* [uminio](https://github.com/paluigi/uminio) - MicroPython library to upload files into a MinIO object storage server. + #### OneWire * [Official OneWire](https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/bus/onewire) - For devices using the OneWire bus, eg Dallas DS18x20.