I am trying to write a record with
Riak supplying the key. According to the information at http://wiki.basho.com/HTTP-Store-Object.html the following should work: curl -X POST -d "foo" -H "Content-Type: text/plain" http://host:port/buckets/mybkt But when I try it I get a 404 "Not found" error. Adding "/keys/k1" to the end of the URL makes it work. Is the wiki page incorrect? |
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com