Skip to content

Commit 5e2fcb5

Browse files
committed
addendum - checkstyle
1 parent 4964b5a commit 5e2fcb5

File tree

1 file changed

+2
-2
lines changed
  • hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,12 @@ For more information see [Upcoming upgrade to AWS Java SDK V2](./aws_sdk_upgrade
284284
fs.s3a.aws.credentials.provider config, and it will be translated into
285285
the specified value of credential provider class based on the key-value
286286
pair provided by this config.
287-
287+
288288
Example:
289289
com.amazonaws.auth.AnonymousAWSCredentials=org.apache.hadoop.fs.s3a.AnonymousAWSCredentialsProvider,
290290
com.amazonaws.auth.EC2ContainerCredentialsProviderWrapper=org.apache.hadoop.fs.s3a.auth.IAMInstanceCredentialsProvider,
291291
com.amazonaws.auth.InstanceProfileCredentialsProvider=org.apache.hadoop.fs.s3a.auth.IAMInstanceCredentialsProvider
292-
292+
293293
With the above key-value pairs, if fs.s3a.aws.credentials.provider specifies
294294
com.amazonaws.auth.AnonymousAWSCredentials, it will be remapped to
295295
org.apache.hadoop.fs.s3a.AnonymousAWSCredentialsProvider by S3A while

0 commit comments

Comments
 (0)