Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/batch-handlers.go

    	case job.KeyRotate != nil:
    		fileName = batchKeyRotationName
    	case job.Expire != nil:
    		fileName = batchExpireName
    	}
    	return pathJoin(batchJobReportsPrefix, job.ID, fileName)
    }
    
    func getJobPath(job BatchJobRequest) string {
    	return pathJoin(batchJobPrefix, job.ID)
    }
    
    func (ri *batchJobInfo) load(ctx context.Context, api ObjectLayer, job BatchJobRequest) error {
    	var format, version uint16
    	switch {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 56K bytes
    - Viewed (0)
Back to top