Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for compareMeta2 (0.33 sec)

  1. cmd/bucket-replication.go

    			if !stringsHasPrefixFold(k, prefix) {
    				continue
    			}
    			found = true
    			break
    		}
    		if found {
    			compareMeta2[strings.ToLower(k)] = strings.Join(v, ",")
    		}
    	}
    
    	if !reflect.DeepEqual(compareMeta1, compareMeta2) {
    		return replicateMetadata
    	}
    
    	return replicateNone
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  2. cmd/metacache-entries.go

    // To signify no more results are on an input channel, close it.
    // The output channel will be closed when all inputs are emptied.
    // If file names are equal, compareMeta is called to select which one to choose.
    // The entry not chosen will be discarded.
    // If the context is canceled the function will return the error,
    // otherwise the function will return nil.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 04:34:26 UTC 2024
    - 24K bytes
    - Viewed (0)
Back to top