From 84ffdb2b7d6cb3828a75c0b0b1df4dd3d85e5fa3 Mon Sep 17 00:00:00 2001 From: Zach Beane Date: Tue, 17 Jan 2012 20:17:26 -0500 Subject: [PATCH] Update DELETE-OBJECTS docs. --- doc/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index e34958e..91defcf 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1351,12 +1351,15 @@ calling: &key credentials - => | + => deleted-count, errors

Deletes keys, which should be a sequence of keys, - from bucket. + from bucket. The primary value is the number of objects + deleted. The secondary value is a list of error plists; if there + are no errors deleting any of the keys, the secondary value is + NIL.

-- 2.11.4.GIT