Anton, No, that is not possible directly in Riak. However, if you use a reverse proxy in front of Riak, you could restrict HTTP methods to only POST, for instance, and filter out requests where the key is included in the URL. An appropriate response from the proxy might be a 403 for invalid URL/method combinations.
On Tue, Oct 4, 2011 at 7:09 AM, Anton Podviaznikov <[email protected]>wrote: > Hi, > > I have question regarding buckets configuration. > > I want to be able just to save some document to bucket but not update it or > delete. E.x. history bucket in which just read-only revisions will be > stored. > > Is it possible to make it via bucket configuration inside riak? > > > -- > Best regards, > > Anton Podviaznikov > > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > -- Sean Cribbs <[email protected]> Developer Advocate Basho Technologies, Inc. http://www.basho.com/
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
