
list-multipart-uploads
**********************


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

This operation lists in-progress multipart uploads.


SYNOPSIS
========

   aws s3 list-multipart-uploads
     --bucket <value>
     [--upload-id-marker <value>]
     [--prefix <value>]
     [--delimiter <value>]
     [--key-marker <value>]
     [--max-uploads <value>]


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

"--bucket"  (string)


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

"--upload-id-marker"  (string)Together with key-marker, specifies the
multipart upload after which listing should begin. If key-marker is
not specified, the upload-id-marker parameter is ignored.

"--prefix"  (string)Lists in-progress uploads only for those keys that
begin with the specified prefix.

"--delimiter"  (string)Character you use to group keys.

"--key-marker"  (string)Together with upload-id-marker, this parameter
specifies the multipart upload after which listing should begin.

"--max-uploads"  (integer)Sets the maximum number of multipart
uploads, from 1 to 1,000, to return in the response body. 1,000 is the
maximum number of uploads that can be returned in a response.
