摘要: 1 package main 2 3 import ( 4 "context" 5 "fmt" 6 "log" 7 "os" 8 9 "github.com/minio/minio-go/v7" 10 "github.com/minio/minio-go/v7/pkg/credentials" 11 阅读全文
posted @ 2023-06-13 17:38 lukeme 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 1、下载服务端 https://dl.min.io/server/minio/release/windows-amd64/minio.exe 2、启动服务 minio.exe server d:\data\minio --console-address :9090 可以看到上面有两块ip,分别是90 阅读全文
posted @ 2023-06-13 17:33 lukeme 阅读(836) 评论(0) 推荐(0) 编辑