# Manage Data in Cloud Storage

## Add Storage Configurations&#x20;

In the developer's workspace, you can manage your Graviti Storage configuration. In the team workspace, only a super admin or an admin of the team can manage the Graviti Storage configuration and Authorized Storage configuration of the team datasets.

#### Configuration Entry 1&#x20;

1. Click TensorBay on the top navigation bar to enter the List interface of my dataset in your current personal workspace or team dataset in your team space.
2. Click <img src="https://lh4.googleusercontent.com/GNth16L4vbcf7KfI3-80e8Rba_ZLFuLvxPdbJa4JQDtRQw5979GNi3WRRkE2LNVmFtTxbxMApBwxKrEOaAX0YL7SbU-C-uygawSMlaQVtZqUBUADLoAvefxHx7H2Q3Nu7YwdSS9H=s0" alt="" data-size="line">to enter the configuration list interface.

![](/files/t2eCvm9bDz1J11SbcJlh)

You can manage the storage configuration information of the current workspace in the Storage Configuration List. Click **New Configuration** and you will enter the New Configuration Page.

![](/files/1xbD77S1VX5N2vVPMOyr)

#### Configuration Entry 2

1. Click **Create Dataset**.
2. Click **Add New Configuration** to enter the Add New Configuration page.

![](/files/9AGph3InSn2Tt2SnMnoB)

After entering the Add New Configuration page, developers can select **Graviti Storage** and **Region**.

![](/files/O8ACVUybW06Oef2VBvAn)

Team members can select either **Graviti Storage** or **Authorized Storage**.

![](/files/htgiTz1J9uJa4kZ9UwI1)

For Authorized Storage, you need to select your cloud storage provider, fill in the configuration name and relevant authorization information. Click **Confirm** to finish setting.

TensorBay will check with your cloud storage provider about the accuracy of the relevant configuration information and AccessKey, and then save the authentication information after after they are successfully verified. Currently, GAS supports the use of data on Amazon S3、Azure Blob by authentication.

## Manage Storage Configurations

You can manage your cloud storage configuration in the configuration list. Select the configuration you need to edit and click ![](https://lh5.googleusercontent.com/F65VzF-81G_2L_x-wQ5uLUV3RSwo6A02XJuFGkzqkT7d4ABDwQ2VWa4YxdaXuf-pND3vzfJQfRObGrV5oZ_1a-jqgU40nzOSp62YtVi9YTsVLrCPOg5tOn9wcrzWj6vYO9G3bbps=s0) to select the corresponding action.

* Support to set the selected configuration as default configuration or delete the selected configuration in **Graviti Storage**
* Support to edit the selected configuration, set the selected configuration as default configuration or delete the selected configuration in **Authorized Storage.**

{% hint style="info" %}
Note: The storage configuration management permission is limited to developer users and super admin or admins in a team. It can be viewed but not be modified by members.
{% endhint %}

### &#xD;Manage the Graviti Storage Configuration

You can click **Set as Default** to set the current storage configuration as your default configuration. And it will be displayed as the default configuration when you create a dataset.

You can click **Delete** to delete the default configuration. The datasets created with this configuration will not affected after deleting the default configuration.

### Manage the Authorized Storage Configuration

Only a super admin or an admin has permission to set the authorized storage configuration

* Click **Set as default** to set the current storage configuration as your default configuration, and it will be displayed as your default configuration when you create a dataset.

![](/files/vRhDUvgpCB3mkuGEhJBL)

* You can click **Delete** to delete authorized storage configuration.&#x20;

![](/files/ywPOz0y1MTz1UYoJXd88)

{% hint style="info" %}
Note: If you delete the configuration, it will not be available when you create a dataset. Please make sure that there are no datasets currently using this configuration before deleting it.
{% endhint %}

* Click **Edit Configuration** to enter the authorized storage configuration editing page. Support to edit Accesskey ID or Accesskey Secret on this page.&#x20;

![](/files/AMXKnRPhcUmFWWUazWls)

* Select **Confirm** to save your changes when you finish editing. After that, the system will reverify whether your configuration and authentication information is correct or not.

![](/files/kxvZ8xDp6i9hZNXAJpHo)


---

# 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://docs.graviti.com/guide/tensorbay/data/authorize.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.
