A bucket is a container that stores objects in OBS. Before you store data in OBS, you need to create a bucket.
An account can create a maximum of 100 buckets and parallel file systems.
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:
|
Storage Class |
Storage classes of a bucket. Different storage classes meet different requirements for storage performance and costs.
For details, see Storage Classes Overview. |
Bucket Policy |
Controls read and write permissions for buckets.
|
Server-Side Encryption |
Select 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 KMS console to encrypt your objects. If you do not need server-side encryption, keep the default selection of Disable. After you enable server-side encryption for the bucket, any object you upload to it will inherit encryption from the bucket by default. You can also configure new encryption with SSE-KMS for the object. |
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. |
After the bucket is created, you can change its storage class by performing the following steps: