bucketKey = config.bucket().get() == null ? DEFAULT_BUCKET_KEY : config.bucket().get();
HTTPClusterConfig httpClusterConfig = new HTTPClusterConfig( maxConnections );
for( String url : urls )
{
HTTPClientConfig clientConfig = new HTTPClientConfig.Builder().withTimeout( timeoutMillis ).withUrl( url ).build();
httpClusterConfig.addClient( clientConfig );
}
riakClient = RiakFactory.newClient( httpClusterConfig );
if( !riakClient.listBuckets().contains( bucketKey ) )