All Products
Search
Document Center

ENS:PutBucket

Last Updated:Jul 26, 2024

Creates an EOS bucket.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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

Single-node storage. Set the value to sink.

Enumeration Value:
  • standard: standard.
  • sink: sink.
sink
CommentstringNo

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

numb
BucketAclstringNo

The access control list (ACL) of the bucket.

  • 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 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

Scheduling Scope, this parameter is only effective for globally scheduled Buckets.

  • domestic

  • oversea

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