-
Notifications
You must be signed in to change notification settings - Fork 9.1k
[HADOOP-18562]: S3A: support custom S3 and STS headers #7379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and 8000 privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Conversation
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@ahmarsuhail requesting your review on this |
@adideshpande commit history is a bit messy, can you rebase your commit on top of trunk instead? thanks! |
@ahmarsuhail Sure, I have rebased it on top of origin/trunk and it looks cleaner now with only 4 file changes (and 9 commits). Could you please take a look? Let me know if you need this to be rebased into a single commit. Thanks. P.S: My local repo had become messy while I was trying to fetch and merge a few commits, and fix some conflicts. I had to nuke it and checkout the repo locally again :) |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @adideshpande!
+1, pending couple of nits.
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java
Show resolved
Hide resolved
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed. My main issue is about whether the header values should be trimmed or not.
plus tests, obviously
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/impl/TestAwsClientConfig.java
Outdated
Show resolved
Hide resolved
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/AWSClientConfig.java
Outdated
Show resolved
Hide resolved
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, thanks @adideshpande, LGTM.
can merge, pending @steveloughran's approval.
@adideshpande could you fix the checkstyle errors. |
@ahmarsuhail Yes absolutely, fixed here - 74bfff3 |
🎊 +1 overall
This message was automatically generated. |
Description of PR
Description of original PR:
How was this patch tested?
Ran integ tests using
mvn -Dparallel-tests -DtestsThreadCount=8 clean verify
for a bucket 8000 in us-west-2UTs added which succeeded as well
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?