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
Hi @jrotenstein thanks for bringing this to our attention. I can confirm that the example you referenced should include MaxKeys=2 in order to limit the number of items returned to two.
Examples like this are provided by service teams and documented across AWS SDKs (for example JavaScript and Ruby). So we need to forward this issue to the S3 team so that they can fix the issue upstream. I created a new issue to track this going forward: aws/aws-sdk#650.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the issue
The example says "The request limits the number of items returned to two."
However,
MaxKeys
is not specified in the example, so this is incorrect.It should include:
MaxKeys=2
Links
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/list_object_versions.html
The text was updated successfully, but these errors were encountered: