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

Question: Amazon S3-backed content addressable blob store #6

Open
dweinstein opened this issue Jan 14, 2016 · 2 comments
Open

Question: Amazon S3-backed content addressable blob store #6

dweinstein opened this issue Jan 14, 2016 · 2 comments

Comments

@dweinstein
Copy link
Contributor

@mafintosh thx for the cool project.

I have a branch in my fork here that uses a fork of s3-blob-store (my feature branch adds a move primitive to the s3-blob-store, hope it gets upstreamed) as a "backing" store rather than the local filesystem.

Do you have any suggestions on whether and how this might be useful? ISTM that it might be possible to pass the backing store as an option as long as we abstract over the mkdirp and unlink stuff. Also instead of calling things a dir I use prefix.

Before I go thru the trouble I thought I'd ask if you're interested in this. otherwise I'll just maintain the "s3-content-addressable-blob-store" separately for my immediate needs.

Thanks!

@bcomnes
Copy link
Collaborator

bcomnes commented Jun 8, 2017

My 2¢: s3-content-addressable-blob-store would be appropriate as a stand alone package and you should add it to at the abstract blob store example list if you plan on supporting it. Perhaps link to it from this repos readme as well. Loose coupling by default ftw.

@bcomnes
Copy link
Collaborator

bcomnes commented Aug 8, 2019

Also #15 would maybe resolve this.

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

No branches or pull requests

2 participants