mgeisler / swift-browser

AngularJS interface for OpenStack Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle containers with more than 10k objects

mgeisler opened this issue · comments

Swift will by default jot return more than 10k objects in a single listing. We should handle test and handle this.

The easiest way will probably be to make the SwiftSimulator return only a few objects in a listing. That'll force us to do multiple calls and test this scenario.