blackducksoftware / hub-client-go

Hub Client for Go (golang)
Apache License 2.0
9 stars 19 forks source link

upload bdio files one chunk at a time #97

Closed dterrysynopsys closed 2 years ago

dterrysynopsys commented 2 years ago

This change introduces the concept of a ChunkProvider which can be used to supply BDIO chunks, one at a time, to be uploaded. This has the advantage that all chunks do not have to be read into memory first which may not be possible for large scans.