-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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 privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-18073. Upgrade S3A in 3.3 branch to AWS SDK V2.(#5707) #5858
HADOOP-18073. Upgrade S3A in 3.3 branch to AWS SDK V2.(#5707) #5858
Conversation
Shouldn't there be one for trunk first? |
💔 -1 overall
This message was automatically generated. |
@mukund-thakur this is the rebase for the feature branch-3.3; I do have one for trunk too, #5857 i want to make sure everyone is happy with this not complicating any open PRs, and I want to rebase atop branches with #5821 in as well. |
Contributed by Ahmar Suhail
aba4183
to
d4deb9b
Compare
will manually merge if yetus is happy |
💔 -1 overall
This message was automatically generated. |
* @throws IllegalArgumentException if misconfigured | ||
* @throws IOException problem getting username/secret from password source. | ||
*/ | ||
public static void initProxySupport(Configuration conf, |
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.
@ahmarsuhail why this has been removed?
CC @steveloughran
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.
All config stuff (including this) has been moved to imp/AWSClientConfig. Proxy config can be found is AWSClientConfig.createProxyConfiguration()
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
ok, done the forced push of this; closing |
Description of PR
rebase of feature-HADOOP-18073-s3a-sdk-upgrade-3.3-rebase onto branch-3.3
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?