You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/10/11 09:53:34 UTC

[doris-website] branch master updated: Delete creating S3 resources from the 1.1 document (#139)

This is an automated email from the ASF dual-hosted git repository.

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 350b93dba7f Delete creating S3 resources from the 1.1 document (#139)
350b93dba7f is described below

commit 350b93dba7f9023a43596bd3744138b324dcf80a
Author: zy-kkk <zh...@qq.com>
AuthorDate: Tue Oct 11 17:53:29 2022 +0800

    Delete creating S3 resources from the 1.1 document (#139)
---
 .../Create/CREATE-RESOURCE.md                      | 30 ----------------------
 .../Create/CREATE-RESOURCE.md                      | 30 ----------------------
 2 files changed, 60 deletions(-)

diff --git a/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-RESOURCE.md b/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-RESOURCE.md
index 2a6604a4c4f..060514fd13f 100644
--- a/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-RESOURCE.md
+++ b/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-RESOURCE.md
@@ -111,36 +111,6 @@ illustrate:
    - charset: connection charset
    - There is also support for implementing custom parameters per ODBC Driver, see the description of the corresponding ODBC Driver
 
-3. Create S3 resource
-
-   ```sql
-   CREATE RESOURCE "remote_s3"
-   PROPERTIES
-   (
-   "type" = "s3",
-   "s3_endpoint" = "http://bj.s3.com",
-   "s3_region" = "bj",
-   "s3_root_path" = "/path/to/root",
-   "s3_access_key" = "bbb",
-   "s3_secret_key" = "aaaa",
-   "s3_max_connections" = "50",
-   "s3_request_timeout_ms" = "3000",
-   "s3_connection_timeout_ms" = "1000"
-   );
-   ````
-
-   S3 related parameters are as follows:
-   - Required parameters
-       - s3_endpoint: s3 endpoint
-       - s3_region: s3 region
-       - s3_root_path: s3 root directory
-       - s3_access_key: s3 access key
-       - s3_secret_key: s3 secret key
-   - optional parameter
-       - s3_max_connections: the maximum number of s3 connections, the default is 50
-       - s3_request_timeout_ms: s3 request timeout, in milliseconds, the default is 3000
-       - s3_connection_timeout_ms: s3 connection timeout, in milliseconds, the default is 1000
-
 ### Keywords
 
     CREATE, RESOURCE
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-RESOURCE.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-RESOURCE.md
index 28f3146a524..2d11292ed2a 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-RESOURCE.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-RESOURCE.md
@@ -111,36 +111,6 @@ PROPERTIES ("key"="value", ...);
    - charset: 数据库链接的编码信息
    - 另外还支持每个ODBC Driver 实现自定义的参数,参见对应ODBC Driver 的说明
 
-3. 创建 S3 resource
-
-   ```sql
-   CREATE RESOURCE "remote_s3"
-   PROPERTIES
-   (
-   	"type" = "s3",
-   	"s3_endpoint" = "http://bj.s3.com",
-   	"s3_region" = "bj",
-   	"s3_root_path" = "/path/to/root",
-   	"s3_access_key" = "bbb",
-   	"s3_secret_key" = "aaaa",
-   	"s3_max_connections" = "50",
-   	"s3_request_timeout_ms" = "3000",
-   	"s3_connection_timeout_ms" = "1000"
-   );
-   ```
-
-   S3 相关参数如下:
-   - 必需参数
-       - s3_endpoint:s3 endpoint
-       - s3_region:s3 region
-       - s3_root_path:s3 根目录
-       - s3_access_key:s3 access key
-       - s3_secret_key:s3 secret key
-   - 可选参数
-       - s3_max_connections:s3 最大连接数量,默认为 50
-       - s3_request_timeout_ms:s3 请求超时时间,单位毫秒,默认为 3000
-       - s3_connection_timeout_ms:s3 连接超时时间,单位毫秒,默认为 1000
-
 ### Keywords
 
     CREATE, RESOURCE


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org