
list-parts
**********


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

Lists the parts that have been uploaded for a specific multipart
upload.


SYNOPSIS
========

   aws s3 list-parts
     --upload-id <value>
     --bucket <value>
     --key <value>
     [--max-parts <value>]
     [--part-number-marker <value>]


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

"--upload-id"  (string)Upload ID identifying the multipart upload
whose parts are being listed.

"--bucket"  (string)

"--key"  (string)


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

"--max-parts"  (integer)Sets the maximum number of parts to return.

"--part-number-marker"  (string)Specifies the part after which listing
should begin. Only parts with higher part numbers will be listed.
