diff --git a/README.md b/README.md index 239bf71..2f3d1ff 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ A curated list of Minio community projects inspired by [awesome-go](https://gith * [Cyberduck](https://cyberduck.io/) - Cyberduck is an open source client for FTP and SFTP, WebDAV, OpenStack Swift, and Amazon S3, available on Mac OS X and Windows. It supports Minio as an AWS S3 compatible storage. * [Filestash](https://www.filestash.app) ([demo](https://demo.filestash.app/)) - A Dropbox-like web client that supports Minio as one of the backends. * [Mountain Duck](https://mountainduck.io/) - Mountain Duck lets you mount a server and cloud storage as a local disk within the Finder app on Mac and the File Explorer app on Windows. It supports Minio as an AWS S3 compatible storage. +* [odrive](https://www.odrive.com/) - odrive is a free native desktop universal sync client which can give general users Dropbox-style access to your MinIO storage. The app's Infinite Sync technology initially represents files on remote storage as placeholder cloud files which do not take up any local disk space. File content is not downloaded until you try to access the file, reducing network bandwidth consumption. Folders are also progressively expanded, so listing API calls to your MinIO storage infrastructure are limited to only folders that the user has accessed before. Users can link all of their other storage together under one odrive account, making it easier to manage files across multiple storage sources. CLI tools and a lightweight sync agent client for headless instances are also available. Unify, sync, share, and encrypt all of your storage at scale with odrive. ### Web Application Framework * [Django-Minio](https://github.com/maddevsio/django_minio) - Django is a popular Python web framework. Django-Minio plugin enables use of Minio as an AWS S3 replacement.