Enable EOS storage commands on ocis-reva (#150)

* EOS storage: remove not needed configs

* Add EOS storage commands

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Diogo Castro
2020-04-29 15:54:19 +02:00
committed by GitHub
co-authored by Jörn Friedrich Dreyer
parent 75cac941b6
commit 3ba73ed2ec
3 changed files with 4 additions and 38 deletions
+2
View File
@@ -85,6 +85,8 @@ func Execute() error {
StorageHomeData(cfg),
StorageOC(cfg),
StorageOCData(cfg),
StorageEOS(cfg),
StorageEOSData(cfg),
Health(cfg),
},
}