mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 08:13:28 +03:00
Support creating directories on erasure coded backend (#5443)
This PR continues from #5049 where we started supporting directories for erasure coded backend
This commit is contained in:
committed by
Nitish Tiwari
parent
45c35b3544
commit
3ea28e9771
@@ -21,5 +21,5 @@ package cmd
|
||||
// isValidVolname verifies a volname name in accordance with object
|
||||
// layer requirements.
|
||||
func isValidVolname(volname string) bool {
|
||||
return !(len(volname) < 3 || len(volname) > 63)
|
||||
return !(len(volname) < 3)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user