This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new ed67db73c fix deadlink (#3702)
ed67db73c is described below
commit ed67db73c37de9be4f01c607f5d1d36c17a9c188
Author: liugddx <[email protected]>
AuthorDate: Mon Dec 12 16:45:15 2022 +0800
fix deadlink (#3702)
---
docs/en/seatunnel-engine/checkpoint-storage.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/seatunnel-engine/checkpoint-storage.md
b/docs/en/seatunnel-engine/checkpoint-storage.md
index 537df44a2..feca342da 100644
--- a/docs/en/seatunnel-engine/checkpoint-storage.md
+++ b/docs/en/seatunnel-engine/checkpoint-storage.md
@@ -33,7 +33,7 @@ seatunnel:
K2: V2 # plugin other configuration
```
#### S3
-S3 base on hdfs-file, so you can refer [hadoop
docs](https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/index.html0)
to config s3.
+S3 base on hdfs-file, so you can refer [hadoop
docs](https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/index.html)
to config s3.
Except when interacting with public S3 buckets, the S3A client needs the
credentials needed to interact with buckets.
The client supports multiple authentication mechanisms and can be configured
as to which mechanisms to use, and their order of use. Custom implementations
of com.amazonaws.auth.AWSCredentialsProvider may also be used.