fileservice: various changes (#4511)
fileservice: refactor testBlockMapper fileservice: use CRC32 since most CPU has crc32 instructions fileservice: rename BlockMappable to FileLike fileservice: rename BlockMapper to FileWithChecksum fileservice: ignore ignored io entries in S3 bytes-range calculation Approved by: @lni
Showing
- pkg/fileservice/file_like.go 5 additions, 29 deletionspkg/fileservice/file_like.go
- pkg/fileservice/file_service.go 8 additions, 0 deletionspkg/fileservice/file_service.go
- pkg/fileservice/file_with_checksum.go 47 additions, 53 deletionspkg/fileservice/file_with_checksum.go
- pkg/fileservice/file_with_checksum_test.go 53 additions, 55 deletionspkg/fileservice/file_with_checksum_test.go
- pkg/fileservice/local_fs.go 20 additions, 20 deletionspkg/fileservice/local_fs.go
- pkg/fileservice/s3_fs.go 19 additions, 1 deletionpkg/fileservice/s3_fs.go
Please register or sign in to comment