Skip to content

Commit 14ce80f

Browse files
authored
Update server.go
1 parent 7354f0c commit 14ce80f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go/server.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ func initStorage() error {
4444
secretKey := getEnv("S3_SECRET_KEY", "")
4545
useS3 := endpoint != "" && bucketName != "" && accessKey != "" && secretKey != ""
4646

47+
log.Printf("S3_ENDPOINT: %s", endpoint)
48+
log.Printf("BOOL useS3: %v", useS3)
49+
4750
if useS3 {
4851
log.Printf("Initializing MinIO storage with endpoint: %s, bucket: %s", endpoint, bucketName)
4952

0 commit comments

Comments
 (0)