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

lidongdai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new a13f24a3c7b Fixed s3file property description errors (#239)
a13f24a3c7b is described below

commit a13f24a3c7b5c7da26b330b0d284d928929d13e0
Author: lizhitao0923 <[email protected]>
AuthorDate: Wed Aug 23 18:34:00 2023 +0800

    Fixed s3file property description errors (#239)
---
 versioned_docs/version-2.3.1/connector-v2/source/S3File.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/versioned_docs/version-2.3.1/connector-v2/source/S3File.md 
b/versioned_docs/version-2.3.1/connector-v2/source/S3File.md
index dee60e97963..bba8ed09f8d 100644
--- a/versioned_docs/version-2.3.1/connector-v2/source/S3File.md
+++ b/versioned_docs/version-2.3.1/connector-v2/source/S3File.md
@@ -45,7 +45,7 @@ Read all the data in a split in a pollNext call. What splits 
are read will be sa
 | fs.s3a.aws.credentials.provider | string  | yes      | 
com.amazonaws.auth.InstanceProfileCredentialsProvider |
 | read_columns                    | list    | no       | -                     
                                |
 | access_key                      | string  | no       | -                     
                                |
-| access_secret                   | string  | no       | -                     
                                |
+| secret_key                      | string  | no       | -                     
                                |
 | hadoop_s3_properties            | map     | no       | -                     
                                |
 | delimiter                       | string  | no       | \001                  
                                |
 | parse_partition_from_path       | boolean | no       | true                  
                                |
@@ -220,7 +220,7 @@ The bucket address of s3 file system, for example: 
`s3n://seatunnel-test`, if yo
 
 The access key of s3 file system. If this parameter is not set, please confirm 
that the credential provider chain can be authenticated correctly, you could 
check this 
[hadoop-aws](https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/index.html)
 
-### access_secret [string]
+### secret_key [string]
 
 The access secret of s3 file system. If this parameter is not set, please 
confirm that the credential provider chain can be authenticated correctly, you 
could check this 
[hadoop-aws](https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/index.html)
 

Reply via email to