Hi, I just submitted a PR [1] for NIFI-13192 - Upgrade AWS S3 Processors to use AWS 2.x libraries. Moving to AWS SDK for Java v2 is a must because v1 will reach end-of-support on December 31, 2025. However, some features are not (or not fully) supported in v2 that we used with the previous version. This resulted in a few incompatible changes in the S3 processors in NiFi. For more details, please see the corresponding JIRA ticket [2]. Feedback and comments on either the JIRA or the PR are very welcome.
[1] https://github.com/apache/nifi/pull/10460 [2] https://issues.apache.org/jira/browse/NIFI-13192 Thanks, Peter Turcsanyi
