windows install MinIO server

  1. Install MinIO server
  2. Restart the minio service: Switch the directory to the minio installation directory: Enter in the cmd window: minio.exe server D:\soft\minio

You can download the installation package corresponding to the operating system version from MinIO's official website ( https://docs.min.io/docs/minio-client-quickstart-guide.html) for installation.

Switch to the directory where the minio.exe installation file is located in the cmd window: Run: minio.exe server D:\soft\minio

Upload files on the server browser page:

Log in to the minio server browser page: user name and password are default: minioadmin  

Create new Buckets, that is, create a new "bucket"

 upload file in bucket

Guess you like

Origin blog.csdn.net/qq_22905801/article/details/129933177