Created
October 9, 2014 15:23
-
-
Save tylerhannan/4c9439c67bde6ae20621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -XPUT https://127.0.0.1:10018/types/default/buckets/test_bucket/keys/message \ | |
| -u admin:riakmaster | |
| -H "Content-Type: text/plain" \ | |
| -d "hello from inside fortress Riak" \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment