This action lists in-progress multipart uploads. An in-progress multipart upload is a
multipart upload that has been initiated using the Initiate Multipart Upload request, but
has not yet been completed or aborted.
This action returns at most 1,000 multipart uploads in the response. 1,000 multipart
uploads is the maximum number of uploads a response can include, which is also the default
value. You can further limit the number of uploads in a response by specifying the
max-uploads parameter in the response. If additional multipart uploads
satisfy the list criteria, the response will contain an IsTruncated element
with the value true. To list the additional multipart uploads, use the
key-marker and upload-id-marker request parameters.
In the response, the uploads are sorted by key. If your application has initiated more
than one multipart upload using the same object key, then uploads in the response are first
sorted by key. Additionally, uploads are sorted in ascending order within each key by the
upload initiation time.
This action lists in-progress multipart uploads. An in-progress multipart upload is a multipart upload that has been initiated using the Initiate Multipart Upload request, but has not yet been completed or aborted.
This action returns at most 1,000 multipart uploads in the response. 1,000 multipart uploads is the maximum number of uploads a response can include, which is also the default value. You can further limit the number of uploads in a response by specifying the
max-uploads
parameter in the response. If additional multipart uploads satisfy the list criteria, the response will contain anIsTruncated
element with the value true. To list the additional multipart uploads, use thekey-marker
andupload-id-marker
request parameters.In the response, the uploads are sorted by key. If your application has initiated more than one multipart upload using the same object key, then uploads in the response are first sorted by key. Additionally, uploads are sorted in ascending order within each key by the upload initiation time.
For more information on multipart uploads, see Uploading Objects Using Multipart Upload.
For information on permissions required to use the multipart upload API, see Multipart Upload and Permissions.
The following operations are related to
ListMultipartUploads
:CreateMultipartUpload
UploadPart
CompleteMultipartUpload
ListParts
AbortMultipartUpload
Example
Use a bare-bones client and the command you need to make an API call.
Param
ListMultipartUploadsCommandInput
Returns
ListMultipartUploadsCommandOutput
See
input
shape.response
shape.config
shape.Example
To list in-progress multipart uploads on a bucket
Example
List next set of multipart uploads when previous result is truncated