Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pendant (0.13 sec)

  1. cmd/batch-rotate.go

    	batchKeyRotateAPIVersion           = "v1"
    	batchKeyRotateJobDefaultRetries    = 3
    	batchKeyRotateJobDefaultRetryDelay = 25 * time.Millisecond
    )
    
    // Start the batch key rottion job, resumes if there was a pending job via "job.ID"
    func (r *BatchJobKeyRotateV1) Start(ctx context.Context, api ObjectLayer, job BatchJobRequest) error {
    	ri := &batchJobInfo{
    		JobID:     job.ID,
    		JobType:   string(job.Type()),
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 14.2K bytes
    - Viewed (0)
Back to top