From 98f11f31d9b2c6a0849fd6374f2b6c30038912a2 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Wed, 24 Nov 2021 13:15:01 +0100 Subject: [PATCH] apply ServiceUSERUUID also to metadata storage --- storage/pkg/config/config.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/storage/pkg/config/config.go b/storage/pkg/config/config.go index e17323ca0..43c57b21c 100644 --- a/storage/pkg/config/config.go +++ b/storage/pkg/config/config.go @@ -713,7 +713,12 @@ func DefaultConfig() *Config { UserLayout: "{{.Id.OpaqueId}}", EnableHome: false, }, - Region: "default", + ServiceUserUUID: "95cb8724-03b2-11eb-a0a6-c33ef8ef53ad", + Region: "default", + AccessKey: "", + SecretKey: "", + Endpoint: "", + Bucket: "", }, OCIS: DriverOCIS{ DriverCommon: DriverCommon{