> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vstorage/object-storage/vstorage-hcm03/3rd-party-softwares/s3-browser/integrating-s3-browser-with-vstorage.md).

# Integrating S3 Browser with vStorage

To integrate the S3 Browser tool with vStorage, you can follow the instructions below:

1. Download the S3 Browser user tool [here](https://s3browser.com/download.aspx).
2. Open the **S3 Browser application → Account → Add new account**

   <figure><img src="/files/Lje7T43iTIMXfr50DW2Z" alt=""><figcaption></figcaption></figure>
3. Fill in the login information as follows:

* **Display name:** Display name of the account.
* **Account type:** Choose S3 Compatible Storage.
* **REST Endpoint:** Path to vstorage, [hcm01.vstorage.vngcloud.vn](http://hcm01.vstorage.vngcloud.vn/) (region HCM01 - Ho Chi Minh) or [han01.vstorage.vngcloud.vn](http://han01.vstorage.vngcloud.vn/) (Region HAN01 - Hanoi).
* **Access Key ID & Secret Access Key:** The key pair provided on the vStorage Portal.

4\. Choose **Use Secure transfer (SSL/TLS)** because vStorage only supports encrypted channels (HTTPS, port 443) to ensure data security, and does not support unencrypted channels (HTTP, port 80).

5\. Finally, click on the advanced settings part **Advanced S3-Compatible Storage Settings** in the bottom-left corner of the window.

<figure><img src="/files/99NHJsxcIe2cltegXLA3" alt=""><figcaption></figcaption></figure>

* **Signature version:** vStorage supports both Signature V2 and Signature V4, but it is recommended to use Signature V4 because AWS S3 no longer supports Signature V2.
* **Addressing model:** vStorage supports both Path Style and Virtual hosted style. The difference between the two is the request path when sending it to the vstorage gateway. For path style, it is [`https://hcm01.vstorage.vngcloud.vn/v1/AUTH_{project_id}/{bucket}/{file`](https://hcm01.vstorage.vngcloud.vn/v1/AUTH_%7Bproject_id%7D/%7Bbucket%7D/%7Bfile)`}`, while for Virtual hosted style, it will be `https://{bucket}.`[`hcm01.vstorage.vngcloud.vn/{file`](http://hcm01.vstorage.vngcloud.vn/%7Bfile)`}`.
* Choose **Override storage region:** Fill in the value of Default region = HCM01 or HAN01.
* Close -> Save changes

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

6\. If the S3 Browser connects successfully, the result will look like this:

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


---

# 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://docs.vngcloud.vn/vng-cloud-document/vstorage/object-storage/vstorage-hcm03/3rd-party-softwares/s3-browser/integrating-s3-browser-with-vstorage.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.
