# Creating and deleting buckets

#### ข้อแนะนำการตั้งชื่อของ bucke

* ต้องมีตัวอักษรตั้งแต่ 3 ถึง 63 ตัว
* ประกอบด้วยอักษรตัวเล็กเท่านั้น, ตัวเลข, - และ .

#### ข้อจำกัด

* สามารถลบ bucket ได้เฉพาะ bucket ที่ไม่ข้อมูลอยู่ภายในเท่านั้น

### วิธีสร้าง Bucket

1. ไปที่หน้า **S3** > **Buckets** และคลิก **Create bucket**
2. หน้า **Create bucket** ให้ระบุชื่อของ bucket หลังจากนั้นกด **Create**<br>

   <figure><img src="/files/6KInBgVtyYrr1e611QFP" alt=""><figcaption></figcaption></figure>

### วิธีจัดการข้อมูล Bucket

1. ไปที่หน้า **S3** > **Buckets** และคลิกที่ชื่อของ Bucket
   * สามารถอัพโหลดไฟล์ หรืสร้าง folder ไว้สำหรับอัพโหลดไฟล์ได้<br>

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

     <figure><img src="/files/0pQ7Wt4bZRA05tfyirrq" alt=""><figcaption></figcaption></figure>


---

# 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://readyidc.gitbook.io/readyidc-docs/readme/s3-resources/managing-buckets/creating-and-deleting-buckets.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.
