From a107924a4cc4032c7a981951fac063c0bfa92037 Mon Sep 17 00:00:00 2001 From: Andre Duffeck Date: Fri, 9 Sep 2022 15:25:06 +0200 Subject: [PATCH] Update services/sharing/pkg/config/config.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörn Friedrich Dreyer --- services/sharing/pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/sharing/pkg/config/config.go b/services/sharing/pkg/config/config.go index f9f0913625..9e47248b21 100644 --- a/services/sharing/pkg/config/config.go +++ b/services/sharing/pkg/config/config.go @@ -111,8 +111,8 @@ type UserSharingJSONCS3Driver struct { type PublicSharingDrivers struct { JSON PublicSharingJSONDriver `yaml:"json"` - CS3 PublicSharingCS3Driver `yaml:"cs3"` JSONCS3 PublicSharingJSONCS3Driver `yaml:"jsoncs3"` + CS3 PublicSharingCS3Driver `yaml:"cs3"` SQL PublicSharingSQLDriver `yaml:"sql,omitempty"` // not supported by the oCIS product, therefore not part of docs }