XL: allow meta bucket name appended with tmp meta prefix. (#2007)

This commit is contained in:
Bala FA
2016-06-29 14:58:46 +05:30
committed by Harshavardhana
parent ae936a0147
commit 4c1a11aae6
6 changed files with 142 additions and 17 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func TestIsValidVolname(t *testing.T) {
{"/", false},
{"a", false},
{"ab", false},
{"ab/", false},
{"ab/", true},
{"......", true},
{"lalalallalallalalalallalallalala-theString-size-is-greater-than-64", false},
}