- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for GetRawData (0.09 sec)
-
cmd/admin-handlers.go
adminLogIf(ctx, embedFileInZip(inspectZipW, "inspect-input.txt", sb.Bytes(), 0o600)) err := o.GetRawData(ctx, volume, file, rawDataFn) if err != nil { if errors.Is(err, errFileNotFound) { addErr("GetRawData: No files matched the given pattern") return } embedFileInZip(inspectZipW, "GetRawData-err.txt", []byte(err.Error()), 0o600) adminLogIf(ctx, err) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 04 11:32:32 UTC 2024 - 99.7K bytes - Viewed (0) -
cmd/erasure-server-pool.go
res = append(res, disk) } } } } } return res } // GetRawData will return all files with a given raw path to the callback. // Errors are ignored, only errors from the callback are returned. // For now only direct file paths are supported.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Sep 29 22:40:36 UTC 2024 - 89.8K bytes - Viewed (0)