> For the complete documentation index, see [llms.txt](https://helpcenter.xopero.com/xopero-one-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.xopero.com/xopero-one-en/pl/magazyny-danych/magazyn-lokalny/dodawanie-nowego-magazynu/minio-s3.md).

# MinIO S3

{% hint style="info" %}
**MinIO** to otwarty (**open-source**), wysokowydajny, rozproszony system przechowywania obiektów, zgodny z publicznym interfejsem **API Amazon S3**. Służy jako lokalna alternatywa dla rozwiązań chmurowych. Więcej informacji znajdziesz na [stronie internetowej MinIO](https://min.io/).
{% endhint %}

{% stepper %}
{% step %}
Zaloguj się do swojego panelu administratora **Xopero ONE Management Service** (**XMS**), otwórz zakładkę **Magazyny** i kliknij przycisk **(+) Dodaj magazyn**.
{% endstep %}

{% step %}
W formularzu **Dodaj magazyn**, zdefiniuj nazwę magazynu.

<figure><img src="/files/JTGLIsr17VJ4SBcgXuIg" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
W razie potrzeby dodaj opcjonalny opis.

<figure><img src="/files/RmOTpkNidkOod1Wpd43v" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Rozwiń listę **Typów magazynu** i wybierz **Magazyn S3 (Dostawcy zgodni z S3)**.

<figure><img src="/files/UVI2DpN0qJlW5vi2r3rJ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Wprowadź swoją **nazwę użytkownika MinIO** w polu **ID klucza dostępu** i wybierz (lub dodaj) klucz **tajny klucz dostępu** z **Managera haseł**.

{% hint style="warning" %}
Zarówno **ID klucza dostępu** jak i **tajny klucz dostępu** to dane logowania do MinIO
{% endhint %}

{% hint style="info" %}
Więcej o korzystaniu z **Managera haseł** dowiesz się [tutaj](/xopero-one-en/pl/zarzadzanie/manager-hasel.md).
{% endhint %}

<figure><img src="/files/pwl7eOWgoH32tJZwhswQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Ustaw **URL Serwisu** na adres **IP swojej konsoli MinIO** w formacie `http://address:port`. Domyślny port **MinIO** to 9000.

<figure><img src="/files/Bxt82mRb7PYxVC80lpbG" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4QDBJ612uvuCxUqQwTMj" alt="" width="420"><figcaption><p><em>Adres IP konsoli <strong>MinIO</strong>.</em></p></figcaption></figure>
{% endstep %}

{% step %}
Ustaw nazwę bucketa.

<figure><img src="/files/yb3zGwFSFLAjt9iDqlU4" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Bucket tworzy się za pomocą konsoli webowej **MinIO** (**Buckets** > **Create Bucket ➕**).
{% endhint %}

<figure><img src="/files/zgUhnSnvJhQjRnQFTeyw" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Upewnij się, że urządzenie przeglądające (worker) może wykryć magazyn. Użyj przycisku **Zmień**, aby wybrać **Maszynę przeglądającą** spośród urządzeń przypisanych do **Xopero ONE**, która połączy zasób udostępniony z systemem.

<figure><img src="/files/XJGwGd7Hj8qvaHGOGdoa" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Aby zakończyć konfigurację magazynu, kliknij **Zapisz**.
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://helpcenter.xopero.com/xopero-one-en/pl/magazyny-danych/magazyn-lokalny/dodawanie-nowego-magazynu/minio-s3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
