Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

listObjects MaxKeys has no effect #105

Closed
yuklai opened this issue May 7, 2015 · 3 comments
Closed

listObjects MaxKeys has no effect #105

yuklai opened this issue May 7, 2015 · 3 comments

Comments

@yuklai
Copy link

yuklai commented May 7, 2015

I'm using javascript API and called listObjects with MaxKeys set to 30, expecting 30 objects to return. However, fakeS3 seems to have resorted to default (1000) in that case.

Anyone seen this?

@thcrock
Copy link

thcrock commented Jun 5, 2015

I've experienced this as well (with the Ruby aws-sdk). I haven't dug into the code enough to confirm that this feature isn't implemented for 'list objects', but it was definitely using the default max-keys for my queries.

@eikevons
Copy link

I think it's a typo in lib/fakes3/server.rb. See #64.

@pickhardt
Copy link
Collaborator

Fixed and merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants