This section describes how to create a bucket on OBS Console. A bucket is a container that stores objects in OBS. Before you can store data in OBS, you must create a bucket.
An account can create a maximum of 100 buckets and parallel file systems.
Figure 1 Creating a bucket

Parameter | Description |
|---|---|
Region | Geographic area where a bucket resides. For low latency and faster access, select the region nearest to you. Once the bucket is created, its region cannot be changed. |
Bucket Name | Name of the bucket. A bucket name must be unique across all accounts and regions. Once a bucket is created, its name cannot be changed. According to the globally applied DNS naming rules, an OBS bucket name:
|
Data Redundancy Policy |
Once a bucket is created, the data redundancy policy cannot be changed, so choose the policy that can meet your needs.
|
Default Storage Class | Storage classes of a bucket. Different storage classes meet different requirements for storage performance and costs.
For details, see Storage Classes. |
Bucket Policy | Controls read and write permissions for buckets.
|
Enterprise Project | You can add a bucket to an enterprise project for unified management. Create an enterprise project on the enterprise project page. The default enterprise project is named default. On the Enterprise Project Management page, create an enterprise project, create a user group and add users to this group, and then add the user group to the enterprise project. By doing so, users in this user group obtain the operation permissions for the buckets and objects in the enterprise project. NOTE: Only an enterprise account can configure enterprise projects. OBS Viewer and OBS Operator are the fine-grained authorizations of the enterprise project user group in OBS. |
Server-Side Encryption | Choose SSE-KMS. For the encryption key type, you can choose Default or Custom. If Default is chosen, the default key of the current region will be used to encrypt your objects. If there is no such a default key, OBS creates one the first time you upload an object. If Custom is chosen, you can choose a custom key you created on the DEW console to encrypt your objects. If no custom key is available, click Create KMS Key to create one. After you enable server-side encryption for the bucket, any object you upload to it will inherit the KMS encryption from the bucket by default. For more information, see Server-Side Encryption. |
WORM | When you enable write-once-read-many (WORM), you can configure a retention policy for the current bucket. The object version which the retention policy is applied to cannot be deleted within a specified period. You can only enable WORM when you create a bucket. Once enabled for a bucket, WORM cannot be disabled. When you enable WORM, OBS automatically enables versioning for the bucket, and versioning cannot be suspended later for that bucket. If you choose to enable WORM, configure the following:
|
Tags | Optional. Tags are used to identify and classify buckets in OBS. Each tag is represented by a key-value pair. For more information, see Tag Overview. |