summaryrefslogtreecommitdiff
path: root/internal/storage
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage')
-rw-r--r--internal/storage/storage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/storage.go b/internal/storage/storage.go
index 6c645f0ff..12e2d8fec 100644
--- a/internal/storage/storage.go
+++ b/internal/storage/storage.go
@@ -326,7 +326,7 @@ func NewS3Storage() (*Driver, error) {
case "path":
bucketLookup = minio.BucketLookupPath
default:
- log.Warnf(nil, "%s set to %s which is not recognized, defaulting to 'auto'", config.StorageS3BucketLookupFlag(), s)
+ log.Warnf(nil, "%s set to %s which is not recognized, defaulting to 'auto'", config.StorageS3BucketLookupFlag, s)
bucketLookup = minio.BucketLookupAuto
}