创建bucket
PUT
https://oss.jdcloud-api.com/v1/regions/{regionId}/buckets/{bucketname}
名称 | 类型 | 是否必需 | 默认值 | 描述 |
---|---|---|---|---|
bucketname | String | True | bucket名字,例如:test-bucket | |
regionId | String | True | Region ID,例如:cn-north-1 |
无
无
返回码 | 描述 |
---|---|
200 | OK |
400 | Invalid Argument |
403 | Access Denied |
409 | The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again. |