rename checkPathValid() to getValidPath() (#5949)

This commit is contained in:
Bala FA
2018-05-17 19:57:07 +05:30
committed by kannappanr
parent f9e8ac429e
commit 4eb788df79
2 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ func NewFSObjectLayer(fsPath string) (ObjectLayer, error) {
}
var err error
if fsPath, err = checkPathValid(fsPath); err != nil {
if fsPath, err = getValidPath(fsPath); err != nil {
return nil, uiErrUnableToWriteInBackend(err)
}