yagagagaga commented on code in PR #1304:
URL: https://github.com/apache/doris-website/pull/1304#discussion_r1830875289
##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/tiered-storage/remote-storage.md:
##########
@@ -79,13 +47,25 @@ PROPERTIES
"s3.connection.request.timeout" = "3000",
"s3.connection.timeout" = "1000"
);
+```
+
+:::tip
+创建 S3 RESOURCE 的时候,会进行 S3 远端的链接校验,以保证 RESOURCE 创建的正确。
+:::
+之后创建STORAGE POLICY,关联上文创建的RESOURCE:
+
+```Plain
Review Comment:
```suggestion
```sql
```
##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/tiered-storage/remote-storage.md:
##########
@@ -79,13 +47,25 @@ PROPERTIES
"s3.connection.request.timeout" = "3000",
"s3.connection.timeout" = "1000"
);
+```
+
+:::tip
+创建 S3 RESOURCE 的时候,会进行 S3 远端的链接校验,以保证 RESOURCE 创建的正确。
+:::
+之后创建STORAGE POLICY,关联上文创建的RESOURCE:
+
+```Plain
CREATE STORAGE POLICY test_policy
PROPERTIES(
"storage_resource" = "remote_s3",
"cooldown_ttl" = "1d"
);
+```
+最后建表的时候指定STORAGE POLICY:
+
+```Plain
Review Comment:
```suggestion
```sql
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]