Details
Description
We want to update the AWS SDK to V2, before we do this we should warn on things that will no longer supported. The following changes should be made:
- getAmazonS3Client() - Warn that this method will be removed
- initCustomSigners() - Warn that the interface is changing, any custom signers will need to be updated
- bindAWSClient - If DT is enabled, warn that credential providers interface is changing, any custom cred providers used in binding classes will need to be updated
- buildAWSProviderList - if any SDK V1 cred providers are in this list, warn that these will be removed
- S3ClientFactory - Update javadocs to say this interface will be replaced by a V2 client factory, mark interface deprecated?
Attachments
Issue Links
- causes
-
HADOOP-18481 AWS v2 SDK upgrade log to not warn of use standard AWS Credential Providers
- Resolved
- links to