- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for objFullPath (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/debugging/s3-check-md5/main.go
failedMD5 = true break } h := md5.New() if _, err := io.Copy(h, obj); err != nil { log.Println("FAILED: MD5 calculation error:", objFullPath(object), "=>", err) failedMD5 = true break } partsMD5Sum = append(partsMD5Sum, h.Sum(nil)) } if failedMD5 { log.Println("CORRUPTED object:", objFullPath(object))
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 6.3K bytes - Click Count (0)