- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getJobReportPath (0.06 sec)
-
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 Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 63.5K bytes - Viewed (0)