zhoujinsong commented on issue #3095: URL: https://github.com/apache/amoro/issues/3095#issuecomment-2290389097
Thanks for the detailed error information. When I looked deep into the [S3AFileSystem](https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java) implementation, I found some classes under `software.amazon.awssdk.transfer` package is required. So the `software.amazon.awssdk:s3-transfer-manager` dependency seems to be necessary for all s3a users. We should add it to our default dependencies. We would greatly appreciate it if you are willing to contribute. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
