Skip to content

Conversation

@sd4324530
Copy link
Contributor

@sd4324530 sd4324530 commented Jan 20, 2026

Purpose

Linked issue: close #2412

Brief change log

Fixed the issue of the fluss-fs-s3 jar becoming too big due to Hadoop version upgrades.

  1. Exclude dependency from hadoop-aws version 3.4.0:
<exclusion>
   <groupId>software.amazon.awssdk</groupId>
   <artifactId>bundle</artifactId>
</exclusion>
  1. Added InvalidCredentialsException to replace NoAwsCredentialsException.

…op version upgrades.

Signed-off-by: Pei Yu <125331682@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The size of fluss-fs-s3 is too big

1 participant