Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for deleteConfig (0.07 seconds)

  1. cmd/batch-handlers.go

    	case j.Expire != nil:
    		return j.Expire.Validate(ctx, j, o)
    	}
    	return errInvalidArgument
    }
    
    func (j BatchJobRequest) delete(ctx context.Context, api ObjectLayer) {
    	deleteConfig(ctx, api, getJobPath(j))
    }
    
    func (j BatchJobRequest) getJobReportPath() (string, error) {
    	var fileName string
    	switch {
    	case j.Replicate != nil:
    		fileName = batchReplName
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 63.5K bytes
    - Click Count (1)
Back to Top