
list-object-versions
********************


DESCRIPTION
===========

Returns metadata about all of the versions of objects in a bucket.


SYNOPSIS
========

   aws s3 list-object-versions
     --bucket <value>
     [--prefix <value>]
     [--max-keys <value>]
     [--delimiter <value>]
     [--key-marker <value>]
     [--version-id-marker <value>]


REQUIRED PARAMETERS
===================

"--bucket"  (string)


OPTIONAL PARAMETERS
===================

"--prefix"  (string)Limits the response to keys that begin with the
specified prefix.

"--max-keys"  (integer)Sets the maximum number of keys returned in the
response. The response might contain fewer keys but will never contain
more.

"--delimiter"  (string)A delimiter is a character you use to group
keys.

"--key-marker"  (string)Specifies the key to start with when listing
objects in a bucket.

"--version-id-marker"  (string)Specifies the object version you want
to start listing from.
