reordering to align with reva, add missing owncloud options

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-09-08 14:14:19 +02:00
parent 1cd35ce609
commit bb278ddaaf
3 changed files with 21 additions and 4 deletions
+3 -2
View File
@@ -190,8 +190,9 @@ type DriverEOS struct {
type DriverOwnCloud struct {
DriverCommon
Redis string
Scan bool
UploadInfoDir string
Redis string
Scan bool
}
// DriverS3 defines the available S3 storage driver configuration.