All Products
Search
Document Center

ENS:PutBucket

Last Updated:Nov 18, 2024

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:
    • The required resource types are displayed in bold characters.
    • 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
LogicalBucketTypestringNo

The type of the bucket. Valid values:

  • sink: single-node bucket.
  • standard: bucket for global scheduling.
sink
CommentstringNo

The remarks. The remarks are 0 to 128 characters in length.

numb
BucketAclstringNo

The access control list (ACL) of the bucket. Valid values:

  • private (default)
  • public-read-write
  • public-read
private
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
EnsRegionIdstringNo

The region ID of the node. This parameter is required if the value of the LogicalBucketType parameter is sink.

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 message
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
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
2024-06-04The Error code has changed. The request parameters of the API has changedView Change Details