Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for healReplication (0.25 seconds)

  1. cmd/data-scanner.go

    }
    
    // objectPath returns the prefix and object name.
    func (i *scannerItem) objectPath() string {
    	return pathJoin(i.prefix, i.objectName)
    }
    
    // healReplication will heal a scanned item that has failed replication.
    func (i *scannerItem) healReplication(ctx context.Context, oi ObjectInfo, sizeS *sizeSummary) {
    	if oi.VersionID == "" {
    		return
    	}
    	if i.replication.Config == nil {
    		return
    	}
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 45.5K bytes
    - Click Count (0)
Back to Top