File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
hadoop-tools/hadoop-aws/src
site/markdown/tools/hadoop-aws
test/java/org/apache/hadoop/fs/s3a Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ a warning has been printed since Hadoop 2.8 whenever such a URL was used.
262
262
<description >Session token, when using org.apache.hadoop.fs.s3a.TemporaryAWSCredentialsProvider
263
263
as one of the providers.
264
264
</description >
265
- </property >
265
+ </property >
266
266
267
267
<property >
268
268
<name >fs.s3a.aws.credentials.provider</name >
@@ -339,7 +339,7 @@ on which values are set.
339
339
S3A can be configured to obtain client authentication providers from classes
340
340
which integrate with the AWS SDK by implementing the
341
341
` software.amazon.awssdk.auth.credentials.AwsCredentialsProvider `
342
- interface.
342
+ interface.
343
343
This is done by listing the implementation classes, in order of
344
344
preference, in the configuration option ` fs.s3a.aws.credentials.provider ` .
345
345
In previous hadoop releases, providers were required to
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ public void testCredentialsWithCreateMethod() throws Exception {
202
202
/**
203
203
* Credentials via the create() method.
204
204
*/
205
- public static class CredentialsProviderWithCreateMethod implements AwsCredentialsProvider {
205
+ public static final class CredentialsProviderWithCreateMethod implements AwsCredentialsProvider {
206
206
207
207
public static AwsCredentialsProvider create () {
208
208
LOG .info ("creating CredentialsProviderWithCreateMethod" );
You can’t perform that action at this time.
0 commit comments