File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -284,12 +284,12 @@ For more information see [Upcoming upgrade to AWS Java SDK V2](./aws_sdk_upgrade
284
284
fs.s3a.aws.credentials.provider config, and it will be translated into
285
285
the specified value of credential provider class based on the key-value
286
286
pair provided by this config.
287
-
287
+
288
288
Example:
289
289
com.amazonaws.auth.AnonymousAWSCredentials=org.apache.hadoop.fs.s3a.AnonymousAWSCredentialsProvider,
290
290
com.amazonaws.auth.EC2ContainerCredentialsProviderWrapper=org.apache.hadoop.fs.s3a.auth.IAMInstanceCredentialsProvider,
291
291
com.amazonaws.auth.InstanceProfileCredentialsProvider=org.apache.hadoop.fs.s3a.auth.IAMInstanceCredentialsProvider
292
-
292
+
293
293
With the above key-value pairs, if fs.s3a.aws.credentials.provider specifies
294
294
com.amazonaws.auth.AnonymousAWSCredentials, it will be remapped to
295
295
org.apache.hadoop.fs.s3a.AnonymousAWSCredentialsProvider by S3A while
You can’t perform that action at this time.
0 commit comments