mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 06:56:18 +03:00
XL: allow meta bucket name appended with tmp meta prefix. (#2007)
This commit is contained in:
+1
-1
@@ -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},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user