This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new fdcbb559ba [Fix][Doc] fix s3File doc (#8798)
fdcbb559ba is described below
commit fdcbb559ba513c42b16908efb9655f6f013ec582
Author: litiliu <[email protected]>
AuthorDate: Mon Feb 24 20:32:21 2025 +0800
[Fix][Doc] fix s3File doc (#8798)
---
docs/en/connector-v2/sink/S3File.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/connector-v2/sink/S3File.md
b/docs/en/connector-v2/sink/S3File.md
index cc87dbdb81..e55aa6db6c 100644
--- a/docs/en/connector-v2/sink/S3File.md
+++ b/docs/en/connector-v2/sink/S3File.md
@@ -101,7 +101,7 @@ If write to `csv`, `text` file type, All column will be
string.
| fs.s3a.endpoint | string | yes | -
|
|
| fs.s3a.aws.credentials.provider | string | yes |
com.amazonaws.auth.InstanceProfileCredentialsProvider | The way to authenticate
s3a. We only support `org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider`
and `com.amazonaws.auth.InstanceProfileCredentialsProvider` now. |
| access_key | string | no | -
| Only used when
fs.s3a.aws.credentials.provider =
org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider
|
-| access_secret | string | no | -
| Only used when
fs.s3a.aws.credentials.provider =
org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider
|
+| secret_key | string | no | -
| Only used when
fs.s3a.aws.credentials.provider =
org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider
|
| custom_filename | boolean | no | false
| Whether you need custom the filename
|
| file_name_expression | string | no |
"${transactionId}" | Only used when
custom_filename is true
|
| filename_time_format | string | no | "yyyy.MM.dd"
| Only used when custom_filename is true
|