Skip to content

Commit

Permalink
Update minio.go
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Oct 2, 2024
1 parent e6cf014 commit ad3f310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/common/minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ func MinioConnection(v1 *viper.Viper) *minio.Client {
})
}

// minioClient.SetCustomTransport(&http.Transport{TLSClientConfig: &tls.Config{InsecureSkipVerify: true}})
minioClient.SetCustomTransport(&http.Transport{TLSClientConfig: &tls.Config{InsecureSkipVerify: true}})
log.Debug(minioClient.IsOnline())
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit ad3f310

Please sign in to comment.