I can't seem to get the limit parameter to pass properly when using rackspace cloudfiles.
$objects = $container->objectList(array('limit'=>5, 'prefix'=>'log')); // returns ALL results - not 5
While the prefix parameter works fine, I will receive the full 10000 results no matter what I set for a limit.