We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Copied from https://github.com/seancribbs/ripple/issues/262 by @nicholaswyoung:
1.9.3-p0 :002 > cli = Riak::Client.new => #<Riak::Client [<#Node 127.0.0.1:8098:8087>]> 1.9.3-p0 :003 > cli.store_file('audio/mp3', File.open('/Users/nicholaswyoung/Desktop/gravity.mp3')) => "RtQSX0ptGJjJlHc6XfXKywXwNwT"
The snippet above appears to store the file in Luwak, and returns a key - but the file's data seems to be missing.
The text was updated successfully, but these errors were encountered:
8dd0918
No branches or pull requests
Copied from https://github.com/seancribbs/ripple/issues/262 by @nicholaswyoung:
The snippet above appears to store the file in Luwak, and returns a key - but the file's data seems to be missing.
The text was updated successfully, but these errors were encountered: