dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes

Home Page:https://dotmesh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add limit support to S3 API

lukemarsden opened this issue · comments

#686 hard-codes the maximum number of files that can be returned by the dotmesh S3 API to 100, we should make the limit (and start, for pagination) configurable on the request instead, and also mark the response with some value which indicates when there's files missing in the response probably.

Need to add pagination or just completely refactor how we present files.