
list-objects
************


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

Returns some or all (up to 1000) of the objects in a bucket. You can
use the request parameters as selection criteria to return a subset of
the objects in a bucket.


SYNOPSIS
========

   aws s3 list-objects
     --bucket <value>
     [--marker <value>]
     [--max-keys <value>]
     [--delimiter <value>]
     [--prefix <value>]


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

"--bucket"  (string)


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

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

"--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.

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