POST api/CreateBucket
Request Information
URI Parameters
None.
Body Parameters
S3CreateBucketName| Name | Description | Type | Additional information |
|---|---|---|---|
| Accesstoken | string |
None. |
|
| BucketName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Accesstoken": "sample string 1",
"BucketName": "sample string 2"
}
application/octet-stream
Sample:
{"Accesstoken":"sample string 1","BucketName":"sample string 2"}
application/xml, text/xml
Sample:
<S3CreateBucketName xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Accesstoken>sample string 1</Accesstoken> <BucketName>sample string 2</BucketName> </S3CreateBucketName>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.