- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for sampla (0.03 sec)
-
cmd/erasure-multipart.go
// server, we return an empty list. return result, nil } if partNumberMarker > 0 && start != -1 { if start+1 >= len(partNums) { // Marker indicates that we are the end // of the list, so we simply return empty return result, nil } partNums = partNums[start+1:] } result.Parts = make([]PartInfo, 0, len(partNums)) partMetaPaths := make([]string, len(partNums))
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 47.3K bytes - Viewed (0) -
cmd/erasure-object.go
} rw.Unlock() if err == nil && (fi.InlineData() || len(fi.Data) > 0) { break } } if err != nil { // We can only look for dangling if we received all the responses, if we did // not we simply ignore it, since we can't tell for sure if its dangling object. if totalResp == er.setDriveCount && shouldCheckForDangling(err, errs, bucket) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 80.4K bytes - Viewed (0)