Skip to content
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

Add support for s3 backed ipfs repo #3726

Closed
wants to merge 4 commits into from
Closed

Conversation

whyrusleeping
Copy link
Member

This PR is a definite WIP and relies (At a minimum) on the configurable datastore PR: #3575

Current usage requires creating a config on this branch (currently by running ipfs init, will be making a new command for this soon) then editing the config to have s3 configuration (TODO: documentation on this). Then running ipfs init thatconfigfile to initialize a new ipfs node with an s3 backed repo.

Initially, this will only be supported for new ipfs nodes, but we will add tools that allow migrations between different datastore formats.

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
@whyrusleeping whyrusleeping added the status/in-progress In progress label Feb 24, 2017
@Kubuxu
Copy link
Member

Kubuxu commented Feb 24, 2017

You didn't vendor s3.

@whyrusleeping
Copy link
Member Author

@Kubuxu No, not yet. I may have to make more changes to this and don't feel like publishing a whole bunch of packages during that process.

@whyrusleeping
Copy link
Member Author

closing this for now. The branch i based this on has changed significantly since i started it, and @b5 has done some great working making a better sql-datastore binding than did. Once #3575 gets merged, we can easily redo this PR using the better sql_datastore impl

@b5
Copy link
Contributor

b5 commented Jun 30, 2017

Only tangentially related, but just to connect the record, we've written an s3 datastore from a while back: https://github.com/qri-io/go-ds-s3

@Kubuxu Kubuxu deleted the feat/s3-datastore branch August 10, 2017 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants