You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: