mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
feat: support batchJob for windows (#19877)
This commit is contained in:
@@ -231,7 +231,7 @@ func parseRequestToken(token string) (subToken string, nodeIndex int) {
|
||||
if token == "" {
|
||||
return token, -1
|
||||
}
|
||||
i := strings.Index(token, ":")
|
||||
i := strings.Index(token, getBatchJobIDSeparator())
|
||||
if i < 0 {
|
||||
return token, -1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user