Skip to content

Commit b9903a0

Browse files
authored
[Improve] Update aws-java-sdk-budle version to fix job can not run bug
1 parent 663b278 commit b9903a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: docs/en/connector-v2/sink/S3File.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Output data to aws s3 file system.
3939
> If you use spark/flink, In order to use this connector, You must ensure your spark/flink cluster already integrated hadoop. The tested hadoop version is 2.x.
4040
>
4141
> If you use SeaTunnel Engine, It automatically integrated the hadoop jar when you download and install SeaTunnel Engine. You can check the jar package under `${SEATUNNEL_HOME}/lib` to confirm this.
42-
> To use this connector you need put `hadoop-aws-3.1.4.jar` and `aws-java-sdk-bundle-1.11.271.jar` in `${SEATUNNEL_HOME}/lib` dir.
42+
> To use this connector you need put `hadoop-aws-3.1.4.jar` and `aws-java-sdk-bundle-1.12.692.jar` in `${SEATUNNEL_HOME}/lib` dir.
4343
4444
## Data Type Mapping
4545

Diff for: docs/en/connector-v2/source/S3File.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Read data from aws s3 file system.
4343
> If you use spark/flink, In order to use this connector, You must ensure your spark/flink cluster already integrated hadoop. The tested hadoop version is 2.x.<br/>
4444
>
4545
> If you use SeaTunnel Zeta, It automatically integrated the hadoop jar when you download and install SeaTunnel Zeta. You can check the jar package under ${SEATUNNEL_HOME}/lib to confirm this.<br/>
46-
> To use this connector you need put hadoop-aws-3.1.4.jar and aws-java-sdk-bundle-1.11.271.jar in ${SEATUNNEL_HOME}/lib dir.
46+
> To use this connector you need put hadoop-aws-3.1.4.jar and aws-java-sdk-bundle-1.12.692.jar in ${SEATUNNEL_HOME}/lib dir.
4747
4848
## Data Type Mapping
4949

Diff for: seatunnel-dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@
737737
<dependency>
738738
<groupId>com.amazonaws</groupId>
739739
<artifactId>aws-java-sdk-bundle</artifactId>
740-
<version>1.11.271</version>
740+
<version>${aws-java-sdk.version}</version>
741741
<scope>provided</scope>
742742
</dependency>
743743
<!-- seatunnel connectors for demo -->

0 commit comments

Comments
 (0)