UploadPart
    • PDF

    UploadPart

    • PDF

    Article Summary

    Overview

    If the partNumber and uploadId parameter transmit the designated PUT request to the Object, one of the related Object parts is uploaded. You can consecutively upload parts one by one or parallelly upload all the parts at once, but you must designate their numbers. The minimum size of a part is 5 MB and the maximum is 5 GB. The maximum number of parts is 10,000.

    Caution

    If upload of multi-parts is not completed, residual files remain in the bucket. The residual files are included in the bucket capacity and charged. Please be cautioned the following method to prevent unnecessary charges by deleting incomplete multi-part objects.

    1. Receive notifications for incomplete multi-part upload objects through Cloud Advisor
      1. For more information on Cloud Advisor, see the Cloud Advisor Guide.
    2. Check and delete incomplete multi-part objects
      1. View information on canceled or uncompleted multi-part upload: ListMultipartUploads API Guide
      2. Delete multi-part: AbortMultipartUpload API Guide

    Requests

    Syntax

    PUT https://{endpoint}/{bucket-name}/{object-name}?partNumber={sequential-integer}&uploadId={uploadId} # path style
    PUT https://{bucket-name}.{endpoint}/{object-name}?partNumber={sequential-integer}&uploadId={uploadId} # virtual host style
    

    Examples

    Request examples

    PUT /some-bucket/multipart-object-123?partNumber=1&uploadId=0000015a-df89-51d0-2790-dee1ac994053 HTTP/1.1
    Authorization: {authorization-string}
    x-amz-date: 20170318T035641Z
    Content-Type: application/pdf
    Host: kr.object.ncloudstorage.com
    Content-Length: 13374550
    

    Response examples

    HTTP/1.1 200 OK
    Date: Sat, 18 Mar 2017 03:56:41 GMT
    Accept-Ranges: bytes
    ETag: "7417ca8d45a71b692168f0419c17fe2f"
    Content-Length: 0
    

    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.