- Print
- PDF
GetBucketCORS
- Print
- PDF
Available in Classic and VPC
View information about the Cross-Origin Resource Sharing (CORS) settings applied to the bucket. No request body is used for the operation.
Requests
The following describes the request format for the endpoint. The request format is as follows.
Method | URI |
---|---|
GET | /{bucket-name} |
Request syntax
The request syntax is as follows.
GET https://{endpoint}/{bucket-name}?cors= # path style
GET https://{bucket-name}.{endpoint}?cors= # virtual host style
Request headers
For headers common to all Object Storage APIs, see Object Storage common request headers.
Request path parameters
The following describes the parameters.
Field | Type | Required | Description |
---|---|---|---|
bucket-name | String | Required | Name of the bucket to view CORS settings information for |
Request query parameters
The following describes the parameters.
Field | Type | Required | Description |
---|---|---|---|
cors | String | Required | Declare retrieval of CORS applied to the bucket
|
Request example
The following is a sample request.
GET /apiary?cors= HTTP/1.1
Authorization: {authorization-string}
x-amz-date: 20161011T190354Z
Host: kr.object.ncloudstorage.com
Responses
The following describes the response format.
Response headers
For response headers common to all Object Storage APIs, see Object Storage common response headers.
Response status codes
For response status codes common to all Object Storage APIs, see Object Storage response status codes.
Response example
The following is a sample response.
HTTP/1.1 200 OK
Date: Wed, 5 Oct 2016 15:20:30 GMT
Accept-Ranges: bytes
x-amz-request-id: 0b69bce1-8420-4f93-a04a-35d7542799e6
Content-Type: application/xml
Content-Length: 123
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>