Create a bucket
-
In the control panel, on the top menu, click Products and select S3.
-
Go to the Buckets section.
-
Click Create Bucket.
-
Enter the name of the bucket. For compatibility with S3 API, the name of the bucket must meet the conditions:
- be unique among all users who use the storage via S3 API and are hosted in the same pool;
- comply with Amazon S3 Bucket naming rules - contain only numbers, letters of the Latin alphabet, symbols . and
-, for more information see the Bucket naming rules in the Amazon documentation.
-
Select the region and pool in which the bucket will be created.
-
In the Configuration block:
6.1 Select the type of buckets:
- private - for storing backups and other data with access by login and password or authorization token;
- public - for sharing the content of a website or web application, available without authorization.
6.2 Select the storage class:
- standard storage - for storing and distributing frequently requested data;
- cold storage - for storing rarely requested data;
- ice storage - for storing very rarely requested data. Available only in the ru-3 pool.
The storage class only affects the cost of resources, technically and in terms of speed the classes are the same. The storage class cannot be changed once the tank has been created.
6.3 Select the type of addressing. We recommend to choose vHosted addressing to work with S3 API. It will not be possible to change the addressing type to Path-Style after the bucket is created.
-
Optional: to store previous versions of objects, in the Data Protection block, check the Versioning checkbox.
-
Click Create Bucket.