Fix object store path for system

This commit is contained in:
Denis Arh
2020-09-16 07:37:06 +02:00
parent 4cef8eecd4
commit d0aefb83b6
+1 -1
View File
@@ -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 != "" {