PutBucket
- Print
- PDF
PutBucket
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Create a bucket in Object Storage. No request query parameter or request body is used in the operation.
Requests
The following describes the request format for the endpoint. The request format is as follows.
Method | URI |
---|---|
PUT | {bucket-name} |
Request syntax
The request syntax is as follows.
PUT https://{endpoint}/{bucket-name} # path style
PUT https://{bucket-name}.{endpoint} # virtual host style
Request path parameters
The following describes the parameters.
Field | Type | Required | Description |
---|---|---|---|
bucket-name | String | Required | Name of the bucket to create
|
Request headers
For headers common to all Object Storage APIs, see Object Storage common headers.
Request example
The following is a sample request.
PUT /{bucket-name} HTTP/1.1
Content-Type: text/plain
Host: kr.object.ncloudstorage.com
X-Amz-Date: {Timestamp}
Authorization: {authorization-string}
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: Thu, 04 Apr 2024 04:51:44 GMT
Accept-Ranges: bytes
x-amz-request-id: xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
Content-Length: 0
Was this article helpful?