HeadBucket
    • PDF

    HeadBucket

    • PDF

    Article Summary

    개요

    버킷으로 HEAD 요청을 보내면 요청한 버킷의 헤더를 반환합니다. 오퍼레이션에 사용되는 파라미터, 페이로드는 없습니다.

    구문

    HEAD https://{endpoint}/{bucket-name} # path style
    HEAD https://{bucket-name}.{endpoint} # virtual host style
    

    예시

    요청 예시

    다음은 이름이 'images'인 버킷의 헤더 조회를 요청하는 예입니다.

    HEAD /images HTTP/1.1
    Content-Type: text/plain
    Host: kr.object.fin-ncloudstorage.com
    X-Amz-Date: 20160821T052842Z
    Authorization:{authorization-string}
    

    응답 예시

    HTTP/1.1 200 OK
    Date: Wed, 24 Aug 2016 17:46:35 GMT
    Accept-Ranges: bytes
    x-amz-request-id: 0c2832e3-3c51-4ea6-96a3-cd8482aca08a
    Content-Length: 0
    

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

    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.