> 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/vn/vstorage/object-storage/vstorage-hcm03/quan-ly-truy-cap/quan-ly-truy-cap-tai-nguyen-vstorage/phan-quyen-truy-cap-va-lam-viec-thong-qua-vstorage.md).

# Phân quyền truy cập và làm việc thông qua vStorage

Trên hệ thống vStorage, chúng tôi cung cấp cho bạn các tính năng phân quyền truy cập riêng lẻ tới từng container hoặc object được mô tả qua sơ đồ bên dưới. Chi tiết bao gồm:

<details>

<summary>Chuyển chế độ công khai container</summary>

Bạn có thể chuyển chế độ của container từ riêng tư thành công khai để cho phép bất kỳ ai cũng có thể truy cập vào container để xem, tải xuống, tải lên tất cả tệp tin, object thuộc container được công khai. Để biết thêm thông tin, hãy xem tại [đây](/vng-cloud-document/vn/vstorage/object-storage/vstorage-hcm03/cac-tinh-nang-cua-vstorage/lam-viec-voi-container/chuyen-che-do-cong-khai-container.md).

</details>

<details>

<summary>Chuyển chế độ riêng tư container</summary>

Bạn có thể chuyển chế độ của container từ công khai thành riêng tư để dừng việc chia sẻ công khai container trên môi trường điện toán đám mây. Bạn sẽ không thể truy cập vào container thông qua đường dẫn URL mà cần chứng thực quyền truy cập. Để biết thêm thông tin, hãy xem tại [đây](/vng-cloud-document/vn/vstorage/object-storage/vstorage-hcm03/cac-tinh-nang-cua-vstorage/lam-viec-voi-container/chuyen-che-do-rieng-tu-container.md).

</details>

<details>

<summary>Phân quyền truy cập ACLs container</summary>

Bạn có thể cấp quyền Đọc, Ghi hoặc Đọc và Ghi cho 1 hoặc tất cả Root user khác. (Root user được cấp quyền truy cập qua ACLS phải là tài khoản được cấp quyền trên hệ thống GreenNode của chúng tôi). Để biết thêm thông tin, hãy xem tại [đây](/vng-cloud-document/vn/vstorage/object-storage/vstorage-hcm03/cac-tinh-nang-cua-vstorage/lam-viec-voi-container/phan-quyen-truy-cap-acls-container.md).

</details>

<details>

<summary>Chia sẻ tài nguyên CORS</summary>

Bạn có thể cho phép một website truy cập vào tài nguyên trên container. Để biết thêm thông tin, hãy xem tại [đây](/vng-cloud-document/vn/vstorage/object-storage/vstorage-hcm03/cac-tinh-nang-cua-vstorage/lam-viec-voi-container/chia-se-tai-nguyen-cors-container.md).

</details>

<details>

<summary>Chia sẻ object qua TempURL</summary>

Bạn có thể chia sẻ việc truy cập vào 1 hoặc nhiều object thông qua đường dẫn TempURL. Để biết thêm thông tin, hãy xem tại [đây](/vng-cloud-document/vn/vstorage/object-storage/vstorage-hcm03/cac-tinh-nang-cua-vstorage/lam-viec-voi-directory-va-object/chia-se-object.md).

</details>


---

# 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/vn/vstorage/object-storage/vstorage-hcm03/quan-ly-truy-cap/quan-ly-truy-cap-tai-nguyen-vstorage/phan-quyen-truy-cap-va-lam-viec-thong-qua-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.
