> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/storage/object-storage/quickstart.md).

# Quickstart

***

## Create an object storage instance

1. Click **Object storage** in the menu to the left in the control panel.
2. Click **Create**.
3. Choose a data center.
4. Write a short description for the instance.
5. Choose whether you want to add a default bucket to your instance (you'll need at least one bucket to save files).
6. Click **Create new instance**.
7. Note down the information presented to you. Most importantly, save the ***secret key*** as it will not be shown again!

## Access the object storage instance

There are numerous S3 tools that work with an object storage instance. Here, we'll cover the most common, `s3cmd`.

1. Start by running `s3cmd --configure` in a terminal. This will start an interactive guide to configure `s3cmd` to work with your object storage instance.
2. When prompted, type your access key and secret key.
3. For the default region, type `dc-fbg1` if your instance is located in Falkenberg, and `dc-sto1` if it's located in Stockholm.
4. For S3 Endpoint, type `objects.dc-fbg1.glesys.net` if your instance is located in Falkenberg, and `objects.dc-sto1.glesys.net` if your instance is located in Stockholm.
5. For DNS-style, type `(%bucket).objects.dc-fbg1.glesys.net` if your instance is located in Falkenberg, and `(%bucket).objects.dc-sto1.glesys.net` if your instance is located in Stockholm.
6. For the remaining prompts, press <kbd>Enter</kbd> to accept the defaults until you reach *Save settings*. For a more advanced setup, see the how-to for [creating an instance](/products/storage/object-storage/how-tos/create-an-instance.md).
7. When asked to save the settings, type `y` and press <kbd>Enter</kbd>.
8. Test the command by typing `s3cmd ls`. If everything has worked, you should now see the initial bucket in the list.

## Delete an object storage instance

{% hint style="danger" %}
Deleting an object storage instance will delete all buckets and files within that instance.
{% endhint %}

1. Click **Object storage** in the left-hand menu of the control panel.
2. Click the three dots next to the object storage instance you want to delete.
3. Click **Delete instance**.
4. Type the name of the instance in the text field to confirm that you want to delete it. Then, click **Delete**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glesys.com/products/storage/object-storage/quickstart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
