Skip to content

objectList ignores limit parameter #418

@cewebdev

Description

@cewebdev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions