Add NAS gateway support (#5516)

This commit is contained in:
poornas
2018-02-20 12:21:12 -08:00
committed by kannappanr
parent 926e480156
commit 25107c2e11
21 changed files with 259 additions and 95 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func TestNewObjectLayer(t *testing.T) {
if err != nil {
t.Fatal("Unexpected object layer initialization error", err)
}
_, ok := obj.(*fsObjects)
_, ok := obj.(*FSObjects)
if !ok {
t.Fatal("Unexpected object layer detected", reflect.TypeOf(obj))
}