Skip to content

Commit fa3775c

Browse files
committed
updates documentation
1 parent f20831f commit fa3775c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/auth/MarshalledCredentialProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
*/
4141
@InterfaceAudience.Private
4242
@InterfaceStability.Unstable
43+
@SuppressWarnings("deprecation")
4344
public class MarshalledCredentialProvider extends
4445
AbstractSessionCredentialsProvider {
4546

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/aws_sdk_upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
This document explains the upcoming work for upgrading S3A to AWS SDK V2.
1818
This work is tracked in [HADOOP-18073](https://issues.apache.org/jira/browse/HADOOP-18073).
1919

20-
## Why do we want to upgrade?
20+
## Why the upgrade?
2121

2222
- Moving to SDK V2 will provide performance benefits.
2323
For example, the [transfer manager for SDKV2](https://aws.amazon.com/blogs/developer/introducing-amazon-s3-transfer-manager-in-the-aws-sdk-for-java-2-x/)

0 commit comments

Comments
 (0)