diff --git a/pkg/object/bunny.go b/pkg/object/bunny.go index b6d43708a5eb..93c2bd5770f8 100644 --- a/pkg/object/bunny.go +++ b/pkg/object/bunny.go @@ -18,6 +18,7 @@ package object import ( "bytes" + "fmt" "io" "math" "net/url" @@ -37,7 +38,7 @@ type bunnyClient struct { // Description of the object storage. func (b *bunnyClient) String() string { - return b.endpoint + return fmt.Sprintf("bunny://%v", b.endpoint) } // Limits of the object storage.