Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getJobReportPath (0.07 sec)

  1. cmd/batch-handlers.go

    	batchReplJobDefaultRetries    = 3
    	batchReplJobDefaultRetryDelay = time.Second
    )
    
    func getJobPath(job BatchJobRequest) string {
    	return pathJoin(batchJobPrefix, job.ID)
    }
    
    func (ri *batchJobInfo) getJobReportPath() (string, error) {
    	var fileName string
    	switch madmin.BatchJobType(ri.JobType) {
    	case madmin.BatchJobReplicate:
    		fileName = batchReplName
    	case madmin.BatchJobKeyRotate:
    		fileName = batchKeyRotationName
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 18 15:32:09 UTC 2024
    - 62.2K bytes
    - Viewed (0)
Back to top