This is an automated email from the ASF dual-hosted git repository.
jakevin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 246dd65435 [fix](doc) fix export-manual.md (#16969)
246dd65435 is described below
commit 246dd6543501720a06411daead015d6e2a162b95
Author: Dazhuwei <[email protected]>
AuthorDate: Tue Feb 21 15:44:41 2023 +0800
[fix](doc) fix export-manual.md (#16969)
---
docs/zh-CN/docs/data-operate/export/export-manual.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/zh-CN/docs/data-operate/export/export-manual.md
b/docs/zh-CN/docs/data-operate/export/export-manual.md
index e0eb777f92..11c2c83d6d 100644
--- a/docs/zh-CN/docs/data-operate/export/export-manual.md
+++ b/docs/zh-CN/docs/data-operate/export/export-manual.md
@@ -141,8 +141,8 @@ EXPORT TABLE test TO "s3://bucket/path/to/export/dir/" WITH
S3 (
```
- `AWS_ACCESS_KEY`/`AWS_SECRET_KEY`:是您访问对象存储的ACCESS_KEY/SECRET_KEY
-- `AWS_ENDPOINT`:表示对象存储数据中心所在的地域.
-- `AWS_REGION`:Endpoint表示对象存储对外服务的访问域名.
+- `AWS_ENDPOINT`:Endpoint表示对象存储对外服务的访问域名.
+- `AWS_REGION`:表示对象存储数据中心所在的地域.
### 查看导出状态
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]