- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for StartBatchJob (0.04 sec)
-
cmd/batch-rotate.go
stopFn(result, err) batchLogIf(ctx, err) success = false if attempts >= retryAttempts { auditOptions := AuditLogOptions{ Event: "KeyRotate", APIName: "StartBatchJob", Bucket: result.Bucket, Object: result.Name, VersionID: result.VersionID, Error: err.Error(), } auditLogInternal(ctx, auditOptions) } } else {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 14.7K bytes - Viewed (0) -
cmd/admin-router.go
// Batch job operations adminRouter.Methods(http.MethodPost).Path(adminVersion + "/start-job").HandlerFunc( adminMiddleware(adminAPI.StartBatchJob)) adminRouter.Methods(http.MethodGet).Path(adminVersion + "/list-jobs").HandlerFunc( adminMiddleware(adminAPI.ListBatchJobs))
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Oct 10 18:57:03 UTC 2025 - 26.7K bytes - Viewed (0)