-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first pass at a tar importer #1680
Conversation
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
0de8947
to
5464020
Compare
return nil, err | ||
} | ||
|
||
err = root.AddNodeLinkClean(h.Name, header) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so the root is going to get massive (thousands of links). we dont have sharding yet, so maybe this should work like the path bubble-up
this is fantastic |
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
@jbenet updated |
@whyrusleeping LGTM. maybe a roundtrip test? use |
sure thing! |
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
roundtrip test away! |
Allows the importing of tar files into ipfs, provides greater dedupe than simple using 'ipfs add' on the tar file. Also adds a command to export a tar back out from the added hash
License: MIT
Signed-off-by: Jeromy jeromyj@gmail.com