Create an instance
Creating an object storage instance is quick and easy, and you can choose to create an initial bucket where you can store your objects.
Last updated
Was this helpful?
Creating an object storage instance is quick and easy, and you can choose to create an initial bucket where you can store your objects.
Before creating an object storage instance, ensure you are in the correct project. The instance will be created within the current project.
First, click on Object Storage in the left-hand menu under Storage. Then, click Create on the right or Create new instance in the center if this is the first instance.

In the dialog box that appears, select the data center where you want the instance to be located. In this example, we choose Falkenberg. Also, provide a description for the instance to clarify its contents.
To create an initial bucket automatically, keep the option Add a default bucket checked.
Once all selections are made, click Create new instance.

A dialog box appears with information about your instance, including the keys to access it and the name of the first bucket created for you.
The endpoint hostname needed to connect to the instance is also displayed here. All this information must be saved, as the secret key cannot be viewed again once the dialog box is closed. The name of the initial bucket cannot be viewed again from the control panel; it can only be viewed from a client program.

The instance is now ready, and you can view it in the Object Storage overview.
To create an object storage instance using the API, use the objectstorage/createinstance endpoint.
Last updated
Was this helpful?
Was this helpful?