> 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/using-s3-browser.md).

# Using S3 Browser

#### Common usecase <a href="#usings3browser-commonusecase" id="usings3browser-commonusecase"></a>

On the interface, you can easily see and perform various operations, including:

* **Add/Delete bucket**
* **Upload/Download file**
* **Create/Delete Folder, File**

<figure><img src="/files/7bQvvBn9GAzYaCElXg5m" alt=""><figcaption></figcaption></figure>

Below are some commonly used advanced configurations:

1. **Tools → Options**

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

2. **General**

* **Enable Multipart uploads with part size**: depending on the file size, consider the size for each part to ensure it does not exceed 1000 parts (the maximum number of parts that vStorage supports for each file).

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

* **Bandwidth Throttling:**

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

* **Folder for temporary files:**

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

* **Proxy:**

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

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

1. Do not use an outdated or excessively new version of S3 Browser on operating systems that are too old or too new, as it may encounter errors.
2. S3 Browser supports cleaning up incomplete segments when uploading large objects (multipart upload). When using S3 Browser to upload large files (multipart upload), the file is divided into multiple segments to be uploaded to the vStorage system. During the file upload process, some segments may be uploaded successfully, while others may not due to issues such as network problems, vStorage system overload, your S3 Browser crashing, hanging, etc. The file is considered unsuccessfully uploaded, and the uploaded segments are considered incomplete or junk segments, occupying your storage space. We recommend removing these junk segments to optimize costs and storage capacity by:
   1. Open the S3 Browser application, select Tools, and then choose Uncompleted Multipart Uploads.
   2. Select one or more parts of the uploaded file and choose Abort or right-click and select Abort.

For more details, refer to: <https://s3browser.com/uncompleted-multipart-uploads.aspx>
{% endhint %}


---

# 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/using-s3-browser.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.
