# Tích hợp công cụ MinIO Client với vStorage

Để tích hợp công cụ MinIO Client với vStorage, bạn có thể thực hiện theo hướng dẫn bên dưới:

1. Tải và cài đặt MinIO Client theo hướng dẫn tại <https://min.io/docs/minio/linux/reference/minio-mc.html?ref=docs-redirect>.
2. Chạy lệnh

> mc config host add \<ALIAS> \<COS-ENDPOINT> \<ACCESS-KEY> \<SECRET-KEY>

Trong đó:

* **Cos endpoint**: Đường dẫn đến vstorage, [hcm03.vstorage.vngcloud.vn](http://hcm03.vstorage.vngcloud.vn/) (region hcm03 - Hồ Chí Minh)
* **Access Key & Secret Key:** Là cặp key được cấp thông qua vIAM.


---

# 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.vngcloud.vn/vng-cloud-document/vn/vstorage/object-storage/vstorage-hcm03/3rd-party-softwares/minio-client-mc/tich-hop-cong-cu-minio-client-voi-vstorage.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.
