Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyLifecycle (0.17 sec)

  1. cmd/data-scanner.go

    		ScanMode: scanMode,
    	}
    	res, _ := o.HealObject(ctx, i.bucket, i.objectPath(), oi.VersionID, healOpts)
    	if res.ObjectSize > 0 {
    		return res.ObjectSize
    	}
    	return 0
    }
    
    func (i *scannerItem) applyLifecycle(ctx context.Context, o ObjectLayer, oi ObjectInfo) (action lifecycle.Action, size int64) {
    	size, err := oi.GetActualSize()
    	if i.debug {
    		scannerLogIf(ctx, err)
    	}
    	if i.lifeCycle == nil {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 47.4K bytes
    - Viewed (0)
Back to top