mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 06:26:17 +03:00
chore: fix some function names (#20243)
Signed-off-by: rubyisrust <rustrover@icloud.com>
This commit is contained in:
@@ -1705,7 +1705,7 @@ func (a adminAPIHandlers) DescribeBatchJob(w http.ResponseWriter, r *http.Reques
|
||||
w.Write(buf)
|
||||
}
|
||||
|
||||
// StarBatchJob queue a new job for execution
|
||||
// StartBatchJob queue a new job for execution
|
||||
func (a adminAPIHandlers) StartBatchJob(w http.ResponseWriter, r *http.Request) {
|
||||
ctx := r.Context()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user