findify / s3mock

Embedded S3 server for easy mocking
MIT License
388 stars 107 forks source link

Issue #47 Missed Max Keys on Response #175

Open castlec opened 4 years ago

castlec commented 4 years ago

It is expected that paging will continue to work as specified on the initial request. For this to function, max keys must be relayed from the request to the response. ListBucket response object does not have a parameter for max keys and instead defaults to 1000. This results in first page being as requested and subsequent pages being at 1000.