
Unofficial minio upload plugin.
Overview: The "strapi-upload-minio" is a plugin for the Strapi framework that allows users to upload files to a Minio server. This plugin provides an alternative option for storing and managing files in a Strapi application.
Features:
Installation: To use the "strapi-upload-minio" plugin, follow these steps:
Open the command line and navigate to the root directory of your Strapi project.
Run the following command to install the plugin:
cd plugins/upload
npm install --save strapi-upload-minio-unofficial
Start your Strapi application by running the appropriate command for your environment.
Access the Strapi admin panel and go to "Plugins" > "Files Upload Settings".
From the list of providers, select "Minio Server".
Fill in the following details:
Note that the bucket policy must be configured to allow reading of the files. You can set it to "prefix *, readonly" for simplicity.
Summary: The "strapi-upload-minio" plugin provides seamless integration between the Strapi framework and a Minio server for file storage and management. With easy installation and configuration, this plugin offers users an alternative option for managing their files in Strapi applications.

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.