Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BatchJobExpire (0.09 sec)

  1. cmd/batch-handlers.go

    		case madmin.BatchJobReplicate:
    			req.Replicate = &BatchJobReplicateV1{}
    		case madmin.BatchJobKeyRotate:
    			req.KeyRotate = &BatchJobKeyRotateV1{}
    		case madmin.BatchJobExpire:
    			req.Expire = &BatchJobExpire{}
    		default:
    			writeErrorResponseJSON(ctx, w, toAPIError(ctx, errors.New("job ID format unrecognized")), r.URL)
    			return
    		}
    	}
    
    	ri := &batchJobInfo{}
    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