-
Notifications
You must be signed in to change notification settings - Fork 428
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
Riak backend for private storage #445
Conversation
travis is using test branch |
2 similar comments
travis is using test branch |
travis is using test branch |
@@ -30,9 +30,11 @@ | |||
-export([update_type/3, update_type/4]). | |||
-export([fetch_type/2, fetch_type/3]). | |||
-export([list_keys/1]). | |||
-export([list_buckets/1]). |
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.
is list_buckets used somewhere? Shall I remove it?
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.
It's a helper function I used while developing. I left it because I found it useful.
Previous commit introduced badmatch, which I believe wasn't properly handled by the layer above.
Riak backend for private storage
No description provided.