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 0f81d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/common/minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func MinioConnection(v1 *viper.Viper) *minio.Client {
}

// 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 0f81d46

Please sign in to comment.