erasure encoded demo

This commit is contained in:
Frederick F. Kautz IV
2014-12-11 00:32:32 -08:00
parent e5995f0193
commit 568ca4e1bc
6 changed files with 421 additions and 2 deletions
+6
View File
@@ -29,6 +29,12 @@ func get(c *cli.Context) {
}
}
}
case "erasure":
{
if objectReader, err = erasureGet(config, objectName); err != nil {
log.Fatal(err)
}
}
default:
{
log.Fatal("Unknown driver")