Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 3f8e470

Browse files
committed
Log bucket name
1 parent eed8766 commit 3f8e470

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/server/iaas/objectstorage/bucketnames.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ package objectstorage
1919
import (
2020
"encoding/hex"
2121
"fmt"
22+
"github.com/sirupsen/logrus"
2223
"os"
2324
"strings"
2425

@@ -64,6 +65,8 @@ func BuildMetadataBucketName(driver, region, domain, project string) (name strin
6465

6566
name = strings.ToLower(name)
6667

68+
logrus.Warnf("Using bucket with name '%s'", name)
69+
6770
return name, nil
6871
}
6972

0 commit comments

Comments
 (0)