From d0aefb83b6971f821c96b83db50c2a6a066b6ec1 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Tue, 15 Sep 2020 20:47:11 +0200 Subject: [PATCH] Fix object store path for system --- system/service/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/service/service.go b/system/service/service.go index 0519b2398..0aad457de 100644 --- a/system/service/service.go +++ b/system/service/service.go @@ -138,7 +138,7 @@ func Initialize(ctx context.Context, log *zap.Logger, s store.Storer, c Config) DefaultSettings = Settings(DefaultStore, DefaultLogger, DefaultAccessControl, CurrentSettings) if DefaultObjectStore == nil { - const svcPath = "compose" + const svcPath = "system" if c.Storage.MinioEndpoint != "" { var bucket = svcPath if c.Storage.MinioBucket != "" {