Removing fsstorage

This commit is contained in:
Frederick F. Kautz IV
2014-12-15 16:13:41 +13:00
parent 62797cd6a7
commit 05baa6d9a2
9 changed files with 22 additions and 334 deletions
-6
View File
@@ -29,12 +29,6 @@ func put(c *cli.Context) {
log.Fatal(err)
}
switch config.storageDriver {
case "fs":
{
if err := fsPut(config, objectName, inputFile); err != nil {
log.Fatal(err)
}
}
case "erasure":
{
if err := erasurePut(config, objectName, inputFile); err != nil {