[ https://issues.apache.org/jira/browse/HADOOP-19490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933894#comment-17933894 ]
ASF GitHub Bot commented on HADOOP-19490: ----------------------------------------- steveloughran opened a new pull request, #7494: URL: https://github.com/apache/hadoop/pull/7494 ### How was this patch tested? Dell ECS S3 store. tests fail. This PR is just up as a "here is where I gave up" PR ### For code changes: - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')? - [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation? - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files? > S3A: AWS SDK 2.30+ incompatible with third party stores > ------------------------------------------------------- > > Key: HADOOP-19490 > URL: https://issues.apache.org/jira/browse/HADOOP-19490 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 > Reporter: Steve Loughran > Priority: Major > > Changes in the SDK related to a new AWS SDK Feature, Default integritY > Protection > {{https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html}} > break all intereraction with third party S3 Stores. > See {{https://github.com/aws/aws-sdk-java-v2/issues/5801}} > There are documented mechanisms to turn this off > * an environment variable > * a change in ~/..aws/config > * a system property > * looks like a new builder option, though the docs don't cover it. > That checksum builder option looks like the only viable strategy, but it will > need testing. maybe even make it a property which can be enabled/disabled, > with tests and docs. > Whoever wants a 2.30.x feature either gets to do the fixing and testing. For > 3.4.2 it'll be an older release. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org