Skip to content

s3api documentation for retrieving paginated results from list-object-versions is incorrect #1765

@holtzinger

Description

@holtzinger

When trying to retrieve paginated results for a listing of object versions, the official documentation shows that one should use the --starting-token option, however, I later discovered that the correct command is of the form aws s3api list-object-versions --bucket 'bucket' --key 'key' --version-id 'version'.

The option --version-id is nowhere to be found on the documentation page. I would recommend that the documentation be updated to include all current options, as well as including an example of retrieving subsequent pages of results from a paginated set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    closing-soonThis issue will automatically close in 4 days unless further comments are made.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions