Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for whale (0.26 sec)

  1. cmd/data-scanner.go

    			f.updateCache.deleteRecursive(thisHash)
    			f.updateCache.replaceHashed(thisHash, folder.parent, *flat)
    		}
    	}
    
    	return nil
    }
    
    // scannerItem represents each file while walking.
    type scannerItem struct {
    	Path        string
    	bucket      string // Bucket.
    	prefix      string // Only the prefix if any, does not have final object name.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 11:18:58 GMT 2024
    - 47.6K bytes
    - Viewed (0)
Back to top