> 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/object-storage-hcm04/cac-tinh-nang-cua-object-storage/lam-viec-voi-object-va-directory/working-with-objects-and-directories-via-3rd-party-software.md).

# Working with objects and directories via 3rd party software

## Overview <a href="#tong-quan" id="tong-quan"></a>

To store an object in vStorage, you create a bucket using 3rd party software and upload a file to that bucket. The newly uploaded file is stored inside the bucket as an object. Once the object is in the bucket, you can upload the same file to the bucket to overwrite the object (update the object), download, copy, move, or change the tag and metadata settings for that object. When you no longer need an object or a group of objects, you can delete them to clean up your vStorage resources.

## Upload/Download object <a href="#upload-download-object" id="upload-download-object"></a>

To Upload/download object, select 2 corresponding icons as shown below.

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

## Search object/folder <a href="#tim-kiem-object-folder" id="tim-kiem-object-folder"></a>

To search for an object/folder, select the corresponding icon as shown below.

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

## Move object <a href="#di-chuyen-object" id="di-chuyen-object"></a>

To move an object, right-click on the object you want to move and select **Move to** as shown below.

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

## Copy object <a href="#sao-chep-object" id="sao-chep-object"></a>

To move an object, right-click on the object you want to move and select **Copy to** as shown below.

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

## Rename object <a href="#doi-ten-object" id="doi-ten-object"></a>

To rename an object, right-click on the object you want to move and select **Rename** as shown below.

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

## Set up tag object <a href="#thiet-lap-tag-object" id="thiet-lap-tag-object"></a>

To set a tag for an object, right-click on the object you want to move and select **Edit Object Tags** as shown below.

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

## Set up metadata object <a href="#thiet-lap-metadata-object" id="thiet-lap-metadata-object"></a>

To set metadata for an object, right-click on the object you want to move and select **Edit HTTP Header** as shown below.

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

## Delete object <a href="#xoa-object" id="xoa-object"></a>

To delete an object, right-click on the object you want to move and select **Delete** as shown below.

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

For more details on the features, please visit <https://s3browser.com/> .


---

# 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/object-storage-hcm04/cac-tinh-nang-cua-object-storage/lam-viec-voi-object-va-directory/working-with-objects-and-directories-via-3rd-party-software.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.
