Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for quin (0.21 sec)

  1. cmd/erasure-healing.go

    		}
    	}
    	if danglingObject || isAllNotFound(errs) {
    		// Nothing to do, file is already gone.
    		return hr, errFileNotFound
    	}
    
    	if dryRun {
    		// Quit without try to heal the object dir
    		return hr, nil
    	}
    
    	for i, err := range errs {
    		if err == errVolumeNotFound || err == errFileNotFound {
    			// Bucket or prefix/directory not found
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 06:32:14 GMT 2024
    - 33.1K bytes
    - Viewed (0)
Back to top