InitiateMultipartUpload
    • PDF

    InitiateMultipartUpload

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Overview

    Creates an uploadId by making a POST request with the uploads parameter to the object. You can see the uploadId created for each part of the uploaded object.

    Request

    Syntax

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

    Examples

    Request example

    POST /some-bucket/multipart-object-123?uploads= HTTP/1.1
    Authorization: {authorization-string}
    x-amz-date: 20170303T203411Z
    Host: kr.object.ncloudstorage.com
    

    Response example

    HTTP/1.1 200 OK
    Date: Fri, 03 Mar 2017 20:34:12 GMT
    Accept-Ranges: bytes
    Content-Type: application/xml
    Content-Length: 276
    
    <InitiateMultipartUploadResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
      <Bucket>some-bucket</Bucket>
      <Key>multipart-object-123</Key>
      <UploadId>0000015a-95e1-4326-654e-a1b57887784f</UploadId>
    </InitiateMultipartUploadResult>
    

    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.