Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Kleine (0.3 sec)

  1. cmd/xl-storage.go

    		// upload an object such as `prefix/object/xl.meta`
    		// where `prefix/object` is already an object
    		if isSysErrNotDir(err) && runtime.GOOS != globalWindowsOSName {
    			// NOTE: On windows the error happens at
    			// next line and returns appropriate error.
    			return res, errFileAccessDenied
    		}
    		if !osIsNotExist(err) {
    			return res, osErrToFileErr(err)
    		}
    		if formatLegacy {
    			// errFileNotFound comes here.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 84.7K bytes
    - Viewed (0)
Back to top