dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
539 stars 29 forks source link

Add limit support to S3 API #688

Open lukemarsden opened 5 years ago

lukemarsden commented 5 years ago

https://github.com/dotmesh-io/dotmesh/issues/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.

rusenask commented 5 years ago

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