Skip to content

Commit

Permalink
Fixed s3file property description errors (#239)
Browse files Browse the repository at this point in the history
lizhitao0923 authored Aug 23, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 12c4b50 commit a13f24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versioned_docs/version-2.3.1/connector-v2/source/S3File.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit a13f24a

Please sign in to comment.