[
https://issues.apache.org/jira/browse/NIFI-13206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845370#comment-17845370
]
ASF subversion and git services commented on NIFI-13206:
--------------------------------------------------------
Commit c09144051fea2329c5400f73beea07ef9e1e434c in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c09144051f ]
NIFI-13206 Updated S3 Integration Tests to delete bucket encryption
- Enabled S3 and SQS Integration Tests
This closes #8801
Signed-off-by: David Handermann <[email protected]>
> S3 Integration tests failing due to server-side encrypt enabled by default
> --------------------------------------------------------------------------
>
> Key: NIFI-13206
> URL: https://issues.apache.org/jira/browse/NIFI-13206
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Fix For: 2.0.0-M3
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The 3.0 version of Localstack enabled S3 server-side encryption by default.
> This is causing integration tests now to fail with errors such as:
> {code:java}
> org.opentest4j.AssertionFailedError: Attribute s3.sseAlgorithm should not
> exist on FlowFile, but exists with value AES256 ==>
> Expected :false
> Actual :true {code}
> This is happening in both Fetch and Put S3 integration tests. They tests work
> as-is if we change the docker image of Localstack to 2.3.2
--
This message was sent by Atlassian Jira
(v8.20.10#820010)