-
Notifications
You must be signed in to change notification settings - Fork 296
Partial downloads (streaming?) #149
Comments
As soon as we have proper header detection (ipfs/kubo#1979) |
AFAIK, cat is streaming now, right? |
pretty sure it does yes |
@harlantwood You might want to confirm with your use case. Let us know if you hit any roadblock. |
As @dignifiedquire mentioned, you are always able to get the first block (256KiB) through a object.get or block.get request, but that would be that you would implement your how mechanism to fetch. Does that suit you, @harlantwood ? |
Great, I'll close this for now. When I get back to using this directly again, I'll check the progress and reopen if necessary. Thanks for the work and progress on this. |
As a user of the API module, I'd like to download the first 5KB or so of a text file in ipfs, to generate a preview. Can I do this, without downloading the whole file?
The text was updated successfully, but these errors were encountered: