DeleteBucketCORS
    • PDF

    DeleteBucketCORS

    • PDF

    Article Summary

    개요

    제공되는 파라미터와 함께 버킷에 DELETE 요청을 보내면 요청한 버킷에 적용된 CORS(cross-origin resource sharing) 설정을 삭제합니다.

    구문

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

    예시

    요청 예시

    다음은 버킷에 적용된 CORS 설정의 삭제를 요청하는 예입니다.

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

    응답 예시

    HTTP/1.1 204 No Content
    Date: Thu, 25 Aug 2016 17:44:57 GMT
    x-amz-request-id: 8ff4dc32-a6f0-447f-86cf-427b564d5855
    Accept-Ranges: bytes
    

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

    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.