> For the complete documentation index, see [llms.txt](https://docs.graviti.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graviti.cn/guide/tensorbay/data/authorize/a-li-yun-oss-yong-hu-shou-quan-ram.md).

# 阿里云oss用户授权RAM

## 生成RAM UID

* 选择**存储配置商**为**阿里云OSS**，**配置方式**为**授权RAM**

![](https://lh6.googleusercontent.com/47hQ-d7-T0E9JQbbQpIw_Vc7uoDtrM-Y0Oo0F1McYWKzQ82WIkhRYgSUxWHkLR1dC2aCfEMqwO6MyUC9vxeIqyrq0Gp3FHxjQJf4uD3vLiy2odO6XrmeYcnao9sDf5RaS1XJ6-yn)

* 复制格物钛平台为您生成的**RAM UID**

![](https://lh5.googleusercontent.com/lYLEu1B2fRMzMUbBxijb3Lrqv8XaLsdyteoIFXYdQz6abQLHJrNGPkpth9zOXe-LnCuNrlJE-kMvpQrn1ZT0DpM0Xw9RZi2k2AvJsVehNnj2YDVtrqWRzt5Q7RXMdRD9WPsyVDer)

## **阿里云授权配置**

### **进入阿里云平台**

* 登录阿里云账号，进入[阿里云oss控制台](https://oss.console.aliyun.com/?spm=a2c4g.11186623.0.0.4e4e28736TGbJq)。

![](https://lh3.googleusercontent.com/O16ldnYdpS6FxwRCZ_4FT6v6ZGa-Sgz3SX8RcGWRyV8OrGjSm6Il_m2AO_BqWze58-P5cexgxDgyYFac5lefySSaph-ckl50sKIscaBXzf9tarI8KSnnOtct2cFDFOiCWtZpjoKv)

### **进入授权页面**

**方法一：**

* 点击对象存储中左侧【Bucket列表】，选择**目标Bucket名称**，点击进入文件管理页面。

![](https://lh5.googleusercontent.com/8rtZgawfkbIjc1j87in7OnXlm6bX1yL4U58-9iX4U7c4F9n2rIONKQlWlv5Sgs8KStW6czSo-EoNqAW9FDxNA3spSLfrdRnhhgkF7FEjRAKiYLt8a1KxkseYT1Yrcqu0lbtU78G2)

* 进入文件管理页面，点击【授权】。

![](https://lh6.googleusercontent.com/I1Q1-e5oVZE9LFZAE6Rz9sjZE3nm7_-Srjlfga9edYw9FGFDrJ5i19-14_H89DBMpLJEkNpyCw_Cesbnr9GmjLnlnI0FCTbHkUsHipFzZaUaxPciGDaQZQD6csIeY5Rpm83bsxw1)

* 进入授权页面，点击【新增授权】，进行新增授权配置操作。

#### 方法二：

* 进入文件管理页面，点击左侧【权限管理】，切换至权限管理页面。在**Bucket授权策略**模块，点击【设置】，进入授权策略设置页面。

![](https://lh4.googleusercontent.com/AispGUpP7RNn2bx6uyg_x2bDzP7GNtlxhieBXuAeExasv6BTFpRJdnMaikHDQET6tvloogdNU7HFiL-dAAQg3mzoi2770JSd5s5AGOgJo8O7aLrvNmQRQWa00KkLywsg_SdqSHAL)

* 点击【新增授权】，进行新增授权配置操作。

![](https://lh6.googleusercontent.com/jcFn2GmL0VbmjcdSFlQVL4gkfNCWgtpX_pAUvxPMPH2BtPw_qDEr7v6YoyHTZFjGW8RqDyKFd7Bw61xAI56O7b78fvZJLuKQ0xdUVm4omssw24DEk0e7VsSYOLHCMMVqASGwbMaK)

### 填写授权策略

* 在新增授权的对话框中，填写授权策略。
  * **授权资源**请选择**指定资源**，并填写指定资源路径
  * **授权用户**请选择**其他账号**，并填写您在格物钛平台复制的**RAM UID**
  * **授权操作**请选择**完全控制**
  * **授权条件**：不要勾选访问条件。

![](/files/IGsf6e7zuRdRYy9zSXlV)

* 点击【确定】，新增的授权信息将展现在授权页面中。确认授权信息无误后，您可以记录以下配置信息：Bucket Region, Bucket name, File path，以便进行后续配置。

![](/files/81eqA73mTyRsJdKxOA50)

## **填写配置信息**

* 回到格物钛平台，在授权存储配置页面继续填写您的配置信息。

![](/files/3HYV9Mz4sug5if92Ns0T)

* 确认配置信息无误后，点击【确定】，等待平台进行配置验证。


---

# 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.graviti.cn/guide/tensorbay/data/authorize/a-li-yun-oss-yong-hu-shou-quan-ram.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.
