solve error

This commit is contained in:
withchao
2023-03-03 18:59:28 +08:00
parent ebd1de919d
commit b74e6b52f3
11 changed files with 100 additions and 20 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ func NewMinioInterface() (Interface, error) {
// Creds: credentials.NewStaticV4("minioadmin", "minioadmin", ""),
// Secure: false,
//})
// todo 初始化连接和桶
return &minioImpl{}, nil
}