All Products
Search
Document Center

ENS:PutBucket

Last Updated:May 08, 2025

Creates an Edge Object Storage (EOS) bucket.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ens:PutBucketcreate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
BucketNamestringYes

The name of the bucket. This parameter can contain 3 to 50 characters in length and can contain only lowercase letters, digits, and hyphens (-). The name cannot start or end with a hyphen (-).

test
LogicalBucketTypestringNo

The type of the logical bucket. Valid values: sink standard (default)

sink
CommentstringNo

The description. The description can be 0 to 128 characters in length, and can contain Chinese characters and emoticons.

numb
BucketAclstringNo

The access control list (ACL) of the bucket. private public-read-write public-read

private
EnsRegionIdstringNo

The ID of the region where the node is located. If this parameter is not specified, the node is the global default node.

cn-beijing-15
DispatchScopestringNo

The scheduling scope. This parameter takes effect only when the value of the LogicalBucketType parameter is standard. Valid values:

  • domestic: Chinese mainland.
  • oversea: outside the Chinese mainland.
domestic

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

85123E71-7710-4620-8AAB-133CCE49EC83

Examples

Sample success responses

JSONformat

{
  "RequestId": "85123E71-7710-4620-8AAB-133CCE49EC83"
}

Error codes

HTTP status codeError codeError messageDescription
400TooManyBucketsThe number of buckets created exceeds the limit.-
400Invalid%sSpecified parameter %s is not valid.-
400UnSupportedCityThe city is not supported.-
400BucketAlreadyExistsThe bucket already exists or is occupied by other users.-
400InvalidEngineIdThe engineId does not belong to the city.-
400InvalidBucketNameSpecified parameter BucketName is not valid.-
400InvalidCommentSpecified parameter Comment is not valid.-
400InvalidDataRedundancyTypeSpecified parameter DataRedundancyType is not valid.-
400NoPermissionPermission denied.-
400InvalidParameter.%sThe specified field %s invalid. Please check it again.-
403AccessDeniedauth is not valid-
403OperationDeniedThe current ens region has not been purchased-
403UserDisableThe user has been disabled due to arrears.The user has been disabled due to arrears.
404NoSuchEnsRegionThe ens region does not exist-
404NoSuchStorageDomainThe specified storageDomain does not exist.-
500InternalErrorThe request processing has failed due to some unknown error.-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2025-02-27The Error code has changedView Change Details
2024-12-26The Error code has changedView Change Details
2024-06-04The Error code has changed. The request parameters of the API has changedView Change Details