# Endpoints

<code class="expression">space.vars.ionos\_cloud\_object\_storage</code> allows users to create the following two types of buckets:

1\. Contract-owned buckets

2\. User-owned buckets

For more information, see [<mark style="color:blue;">Bucket Types</mark>](https://docs.ionos.com/cloud/backup-and-storage/ionos-object-storage/concepts/bucket-types).

{% hint style="info" %}
**Note:** Contract-owned buckets use the contract owner as the bucket owner. You can still create user-owned buckets through specific endpoints, but the shift toward a contract-owned bucket model will be the primary focus of future Object Storage updates.
{% endhint %}

The <code class="expression">space.vars.ionos\_cloud\_object\_storage</code> service endpoints for the bucket types are as follows:

{% tabs %}
{% tab title="Contract-owned Buckets" %}

| **Data Center**    | **Region**     | **Endpoint**                     | **Static Website Endpoint**              |
| ------------------ | -------------- | -------------------------------- | ---------------------------------------- |
| Frankfurt, Germany | `eu-central-4` | `s3.eu-central-4.ionoscloud.com` | `s3-website.eu-central-4.ionoscloud.com` |
| Berlin, Germany    | `eu-central-3` | `s3.eu-central-3.ionoscloud.com` | `s3-website.eu-central-3.ionoscloud.com` |
| Lenexa, USA        | `us-central-1` | `s3.us-central-1.ionoscloud.com` | `s3-website.us-central-1.ionoscloud.com` |

{% hint style="info" %}
**Note:** The BSI IT Grundschutz certification for the `eu-central-3` region is currently pending.
{% endhint %}
{% endtab %}

{% tab title="User-owned Buckets" %}

| **Data Center**    | **Region**     | **Endpoint**                     | **Static Website Endpoint**              |
| ------------------ | -------------- | -------------------------------- | ---------------------------------------- |
| Frankfurt, Germany | `de`           | `s3.eu-central-1.ionoscloud.com` | `s3-website-de-central.profitbricks.com` |
| Berlin, Germany    | `eu-central-2` | `s3.eu-central-2.ionoscloud.com` | `s3-website-eu-central-2.ionoscloud.com` |
| Logroño, Spain     | `eu-south-2`   | `s3.eu-south-2.ionoscloud.com`   | `s3-website-eu-south-2.ionoscloud.com`   |
| {% endtab %}       |                |                                  |                                          |
| {% endtabs %}      |                |                                  |                                          |

{% hint style="info" %}
**Note:**

* The endpoints are available through both `HTTP` and `HTTPS` URLs.
* The Object Storage service does not support `HTTPS` for hosting static websites unless the full domain path is used.
  {% endhint %}


---

# Agent Instructions: 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.ionos.com/cloud/backup-and-storage/ionos-object-storage/endpoints.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.
