Skip to main content

list-object-versions

The aws s3api list-object-versions command is used to list all the versions of objects within an Astran S3 bucket. This command provides detailed information about each version of objects stored, including version IDs, delete markers, and last modified dates.

Syntax

aws s3api list-object-versions \
--bucket BUCKET_NAME

Options

  • bucket: The name of the S3 bucket for which you want to list object versions.

See also the original AWS documentation.