ListMultipartUploads
    • PDF

    ListMultipartUploads

    • PDF

    Article Summary

    Overview

    Gets multipart uploads canceled or not completed by making a GET request with parameters to the bucket.

    Request

    Syntax

    GET https://{endpoint}/{bucket-name}?uploads= # path style
    GET https://{bucket-name}.{endpoint}?uploads= # virtual host style
    

    Parameters

    Parameter NameRequiredTypeRestrictionsDescription
    prefixNostringRestricts responses to object names that begin with {prefix}.
    delimiterNostringToggles objects between prefix and delimiter.
    encoding-typeNostringIf Unicode characters not supported by XML are used in the object name, you can resolve the encoding problem by setting the parameter to url.
    max-uploadsNointegerLimits the number of objects to display in the response. The default and maximum value is 1,000.
    key-markerNostringSpecifies the object from where the list should start.
    upload-id-markerNostringIf key-marker is not specified, it is ignored and, if specified, sets the point at which the parts list starts above the upload-id-marker.

    Examples

    Request example

    GET /apiary?uploads= HTTP/1.1
    Authorization: {authorization-string}
    x-amz-date: 20161011T190354Z
    Host: kr.object.ncloudstorage.com
    

    Response example

    HTTP/1.1 200 OK
    Date: Wed, 5 Oct 2016 15:22:27 GMT
    Accept-Ranges: bytes
    x-amz-request-id: 9fa96daa-9f37-42ee-ab79-0bcda049c671
    Content-Type: application/xml
    Content-Length: 374
    
    <ListMultipartUploadsResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
      <Bucket>apiary</Bucket>
      <KeyMarker/>
      <UploadIdMarker/>
      <NextKeyMarker>multipart-object-123</NextKeyMarker>
      <NextUploadIdMarker>0000015a-df89-51d0-2790-dee1ac994053</NextUploadIdMarker>
      <MaxUploads>1000</MaxUploads>
      <IsTruncated>false</IsTruncated>
      <Upload>
        <Key>file</Key>
        <UploadId>0000015a-d92a-bc4a-c312-8c1c2a0e89db</UploadId>
        <Initiator>
          <ID>d4d11b981e6e489486a945d640d41c4d</ID>
          <DisplayName>d4d11b981e6e489486a945d640d41c4d</DisplayName>
        </Initiator>
        <Owner>
          <ID>d4d11b981e6e489486a945d640d41c4d</ID>
          <DisplayName>d4d11b981e6e489486a945d640d41c4d</DisplayName>
        </Owner>
        <StorageClass>STANDARD</StorageClass>
        <Initiated>2017-03-16T22:09:01.002Z</Initiated>
      </Upload>
      <Upload>
        <Key>multipart-object-123</Key>
        <UploadId>0000015a-df89-51d0-2790-dee1ac994053</UploadId>
        <Initiator>
          <ID>d4d11b981e6e489486a945d640d41c4d</ID>
          <DisplayName>d4d11b981e6e489486a945d640d41c4d</DisplayName>
        </Initiator>
        <Owner>
          <ID>d4d11b981e6e489486a945d640d41c4d</ID>
          <DisplayName>d4d11b981e6e489486a945d640d41c4d</DisplayName>
        </Owner>
        <StorageClass>STANDARD</StorageClass>
        <Initiated>2017-03-18T03:50:02.960Z</Initiated>
      </Upload>
    </ListMultipartUploadsResult>
    

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.