AbortMultipartUpload
    • PDF

    AbortMultipartUpload

    • PDF

    Article Summary

    개요

    uploadId 파라미터로 오브젝트에 DELETE 요청을 보내면 멀티파트 중 완료되지 않은 파트를 모두 삭제합니다.

    구문

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

    예시

    요청 예시

    DELETE /some-bucket/multipart-object-123?uploadId=0000015a-df89-51d0-2790-dee1ac994053 HTTP/1.1
    Authorization: {authorization-string}
    x-amz-date: 20170318T035641Z
    Host: kr.object.fin-ncloudstorage.com
    

    응답 예시

    HTTP/1.1 204 No Content
    Date: Thu, 16 Mar 2017 22:07:48 GMT
    Accept-Ranges: bytes
    

    이 문서가 도움이 되었습니까?

    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.