siblings = ClientUtils.parseMultipart(riak, r.getBucket(), r.getKey(), headers, r.getBodyAsString());
}
object = siblings.iterator().next();
} else if (r.isSuccess()) {
object = new RiakObject(riak, r.getBucket(), r.getKey(), r.getBody(),
headers.get(Constants.HDR_CONTENT_TYPE), links, usermeta,
headers.get(Constants.HDR_VCLOCK), headers.get(Constants.HDR_LAST_MODIFIED),
headers.get(Constants.HDR_ETAG));
Long contentLength = null;