[
https://issues.apache.org/jira/browse/NIFI-15566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18057089#comment-18057089
]
ASF subversion and git services commented on NIFI-15566:
--------------------------------------------------------
Commit de6f17c06b8dc2ba7ba84d3f0c56eeb8316d10c3 in nifi's branch
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=de6f17c06b ]
NIFI-15566 Set DefaultsMode.STANDARD in S3 components (#10870)
Signed-off-by: David Handermann <[email protected]>
> Set DefaultsMode.STANDARD in S3 components
> ------------------------------------------
>
> Key: NIFI-15566
> URL: https://issues.apache.org/jira/browse/NIFI-15566
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Right now the AWS SDK defaults to LEGACY:
> {code:java}
> private static final DefaultsMode SDK_DEFAULT_DEFAULTS_MODE =
> DefaultsMode.LEGACY; {code}
> However, with the recent refactoring to fully move to AWS SDK v2, we should
> explicitely set DefaultsMode.STANDARD going forward.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)