Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return error when object limit exceeded for cached list calls
Since the cache does not implement strongly consistent paginated list calls, if the Limit option is set and the number of items listed exceeds this limit, there is no way for the caller to get a complete list of objects, so return an error here to notify the caller.
- Loading branch information