> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenbyte.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tenbyte Cloud T2 Object Storage

Tenbyte T2 Object Storage is built for storing and managing large volumes of unstructured data. It supports creating buckets, uploading files, controlling access permissions, and sharing objects securely across applications and teams.

## Open the Storage Section

* From the left sidebar, click **Storage**.
* If you haven’t created any buckets yet, the page will appear empty.

  <Frame caption="Open the Storage Section">
    <img src="https://mintcdn.com/vidinfra/00UTeyoNpQs-isK4/images/cloud/82.png?fit=max&auto=format&n=00UTeyoNpQs-isK4&q=85&s=16826b446adacc8dc064740c91252d3a" alt="Open the Storage Section" width="1920" height="878" data-path="images/cloud/82.png" />
  </Frame>

***

## Create a New Storage Bucket

* Click **Create new**.
* Select **Storage bucket** as the resource type.
* Enter a name for your bucket.

  <Frame caption="Create a New Storage Bucket">
    <img src="https://mintcdn.com/vidinfra/00UTeyoNpQs-isK4/images/cloud/83.png?fit=max&auto=format&n=00UTeyoNpQs-isK4&q=85&s=25571ca907c5d8a3b851165dd621a0f2" alt="Create a New Storage Bucket" width="1917" height="877" data-path="images/cloud/83.png" />
  </Frame>

<Warning>
  Bucket names must use lowercase letters, numbers, or dashes. The length must be between 3–63 characters, and the name must be globally unique.
</Warning>

* Select a billing account.
* Click **Create**.
* Your bucket will appear in the Storage list immediately after creation.

***

## View Bucket Details

* Click the bucket name to open its details page.

  <Frame caption="View Bucket Details">
    <img src="https://mintcdn.com/vidinfra/00UTeyoNpQs-isK4/images/cloud/84.png?fit=max&auto=format&n=00UTeyoNpQs-isK4&q=85&s=52829a2e648f2f2eea631f066c08d3cc" alt="View Bucket Details" width="1918" height="878" data-path="images/cloud/84.png" />
  </Frame>

Here you can see **Bucket name**, **Type (Storage bucket)**, **Creation time**, **Bucket size**, **Number of files**, **Server endpoint**, and **Billing account**.

* You will also see a section for Storage access keys:

  * Access key ID
  * Secret access key
  * Type: Global / Restricted

These keys are used for programmatic access (S3-compatible).

***

## Upload Files to your Bucket

Inside the bucket, scroll down to the Files section. You can **Create folders**, **Upload files**,  **Download files**, **Delete files**, and **Rename files**.

* To upload a file Click **Upload**.

  <Frame caption="Upload Files to Your Bucket">
    <img src="https://mintcdn.com/vidinfra/00UTeyoNpQs-isK4/images/cloud/85.png?fit=max&auto=format&n=00UTeyoNpQs-isK4&q=85&s=a13149c16be5d56d8a66eff768d1e5ec" alt="Upload Files to Your Bucket" width="1918" height="877" data-path="images/cloud/85.png" />
  </Frame>

* Choose any file from your device.

* Once the upload completes, the file will appear in the list.

  <Frame caption="Uploaded Files List">
    <img src="https://mintcdn.com/vidinfra/00UTeyoNpQs-isK4/images/cloud/86.png?fit=max&auto=format&n=00UTeyoNpQs-isK4&q=85&s=66ab6584089e04c1da19484be4731bb6" alt="Uploaded Files List" width="1918" height="880" data-path="images/cloud/86.png" />
  </Frame>

<Tip>
  You can upload directly inside the root or inside a created folder.
</Tip>

***

## File Access Controls

* Select a file, then open the **Access** menu from the right side of the row.

  <Frame caption="File Access Controls">
    <img src="https://mintcdn.com/vidinfra/00UTeyoNpQs-isK4/images/cloud/87.png?fit=max&auto=format&n=00UTeyoNpQs-isK4&q=85&s=196cfe301be6a91d856ebf8336d46aa7" alt="File Access Controls" width="1918" height="873" data-path="images/cloud/87.png" />
  </Frame>

* You will see three options:
  1. Share temporarily
  2. Permissions
  3. Copy Public URL

### Share temporarily

* Generates a temporary link that expires after a chosen duration.

  <Frame caption="Access Control- Share temporarily">
    <img src="https://mintcdn.com/vidinfra/00UTeyoNpQs-isK4/images/cloud/88.png?fit=max&auto=format&n=00UTeyoNpQs-isK4&q=85&s=cd1a11a0b107ed00fb04ed4cc4429fd3" alt="Share temporarily" width="1918" height="872" data-path="images/cloud/88.png" />
  </Frame>

* Click **Share temporarily** and select a duration.

* A temporary URL is generated.

* Copy and share the URL.

* The link expires automatically on the displayed time.

### Permissions

* This controls whether your file is **Private** or **Public**.

  <Frame caption="Access Control- Permissions">
    <img src="https://mintcdn.com/vidinfra/00UTeyoNpQs-isK4/images/cloud/89.png?fit=max&auto=format&n=00UTeyoNpQs-isK4&q=85&s=9e70028c69219e7b32fdf6499443a146" alt="Permissions" width="1918" height="876" data-path="images/cloud/89.png" />
  </Frame>

1. **Private (default)**
   * File can only be accessed using **access keys** or **bucket permissions**.
   * No public URL is available
2. **Public**
   * Anyone can open the file using the public link.
   * No authentication required.

* Click **Save** after choosing the desired permission.

### Copy Public URL

* If the file is already Public, the system will provide a usable URL that you can copy with one click.

  <Frame caption="Access Control- Copy Public URL">
    <img src="https://mintcdn.com/vidinfra/00UTeyoNpQs-isK4/images/cloud/90.png?fit=max&auto=format&n=00UTeyoNpQs-isK4&q=85&s=df90dda9440a3bbc0c060626efb2eef2" alt="Copy Public URL" width="1918" height="881" data-path="images/cloud/90.png" />
  </Frame>

<Warning>
  If the file is Private, the public link remains disabled until you switch permissions to Public.
</Warning>
