Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getJobPath (0.04 sec)

  1. cmd/batch-handlers.go

    	batchJobReportsPrefix = batchJobPrefix + "/reports"
    
    	batchReplJobAPIVersion        = "v1"
    	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) {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 63.5K bytes
    - Viewed (0)
Back to top