Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 003522d

Browse files
committed
Log when client was created
1 parent 6445e1d commit 003522d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator/controllers/execution/scan_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ func (r *ScanReconciler) initS3Connection() *minio.Client {
767767
for i := 0; i < maxRetries; i++ {
768768
client, err := minio.New(fmt.Sprintf("%s:%s", endpoint, port), accessKeyID, secretAccessKey, useSSL)
769769
if err == nil {
770+
r.Log.Info("Created minio client")
770771
minioClient = client
771772
break
772773
}

0 commit comments

Comments
 (0)