-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-18565. Completes outstanding items for the SDK V2 upgrade. #5421
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
Merged
steveloughran
merged 42 commits into
apache:feature-HADOOP-18073-s3a-sdk-upgrade
from
ahmarsuhail:feature-HADOOP-18565-custom-signers
Apr 24, 2023
Merged
Changes from 2 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
c3c8f00
update to TM GA
ahmarsuhail 1dd2523
use bundled transfer manager
ahmarsuhail db7e5e1
adds transfer listener to upload
ahmarsuhail e27316c
adds support for custom signers
ahmarsuhail 08ad2fe
fixes ITestXAttr
ahmarsuhail 4e70fb8
removes mockmaker
ahmarsuhail bd54e4d
fixes ACL and test301ContainsEndpoint
ahmarsuhail a70d864
address review comments
ahmarsuhail a1cc012
adds in generic instance creator for signers and cred providers
ahmarsuhail e359451
don't set default endpoint
ahmarsuhail 403f06f
fixes failing tests
ahmarsuhail 21613ec
fixes failing tests
ahmarsuhail 2bf5710
removes v1 sdk bundle, only use core package
ahmarsuhail 38cc68e
Update TM to use async client, not CRT
ahmarsuhail 927dd19
fix failing tests
ahmarsuhail 58850ba
adds in progress listener
ahmarsuhail 78df27f
updates test for custom signer config
ahmarsuhail e24a8fe
adds in progress listener chaining
ahmarsuhail 28f4dab
updates comments
ahmarsuhail 2b8ac97
removes CRT dependency
ahmarsuhail c9d7dac
renames createS3ClientV2 to createS3Client
ahmarsuhail 6fff7b8
removes crt version
ahmarsuhail 5034365
removes crt dependency
ahmarsuhail 6bfd380
fixes access point tests
ahmarsuhail 75761d0
addresses review comments
ahmarsuhail 77584b4
fix typo
ahmarsuhail 4b7531d
fix checkstyle errors
ahmarsuhail e0cb320
fixes javadoc warnings + errors
ahmarsuhail 01202ef
implements region caching
ahmarsuhail ca46d83
use new secure proxy config option
ahmarsuhail 534bdd2
fixes failing tests
ahmarsuhail b3bcd5c
fixes checkstyle errors
ahmarsuhail 9cf2f0d
removes listener from copy()
ahmarsuhail 82bcb66
fixes failing test (put request length was set incorrectly)
ahmarsuhail 9910bf8
fixes failing select scale test
ahmarsuhail 6c80e9a
suppress warnings, fixes unit tests
ahmarsuhail a816414
changes as per review comments
ahmarsuhail 3f6692f
updates ITestS3ABucketExistence
ahmarsuhail a1d8c52
fixes checkstyle issues
ahmarsuhail a055765
suppress inconsistent sync spotbug warning
ahmarsuhail d1805dd
set S3AsyncClient in synchronised method
ahmarsuhail b48709f
updates method name
ahmarsuhail File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
createS3AsyncClientas it is more than a simple setter