On Tue, Nov 29, 2011 at 6:07 AM, John Axel Eriksson <j...@insane.se> wrote:
> Is it possible to incrementally add to a file in Luwak using PUT and the
> Content-Range header.

Hi, John.  At this time, it is not possible to use Content-Range when
PUTting Luwak content.

> The reason I want to do this is because we have some pretty
> large files I don't want to load fully into memory before PUTing them.

I can *almost* help you with this case, though.  POSTing to a Luwak
file is intended to function as "append".  Unfortunately, a bug
prevents this from working properly.  Once this bug is fixed, you
should be good to use POST for this case:

https://issues.basho.com/show_bug.cgi?id=1295

-Bryan

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to