Integrate the s3ng storage driver

This commit is contained in:
André Duffeck
2021-05-12 09:23:05 +02:00
parent b06843b707
commit 87ec7a5125
12 changed files with 187 additions and 2 deletions
+1
View File
@@ -50,6 +50,7 @@ func StorageUsers(cfg *config.Config) *cli.Command {
cfg.Reva.Storages.Local.EnableHome = true
cfg.Reva.Storages.OwnCloud.EnableHome = true
cfg.Reva.Storages.S3.EnableHome = true
cfg.Reva.Storages.S3NG.EnableHome = true
}
rcfg := storageUsersConfigFromStruct(c, cfg)