@@ -578,7 +578,7 @@ S3 sts endpoint and region like the following:
578578
579579## <a name =" connectivity " ></a > Connectivity Problems
580580
581- ### <a name =" bad_endpoint " ></a > Error message "The bucket you are attempting to access must be addressed using the specified endpoint"
581+ ### <a name =" bad_endpoint " ></a > Error "The bucket you are attempting to access must be addressed using the specified endpoint"
582582
583583This surfaces when ` fs.s3a.endpoint ` is configured to use an S3 service endpoint
584584which is neither the original AWS one, ` s3.amazonaws.com ` , nor the one where
@@ -645,10 +645,10 @@ Caused by: com.amazonaws.SdkClientException: Unable to find a region via the reg
645645
646646Log and stack trace on later releases, with
647647"S3A filesystem client is using the SDK region resolution chain."
648- warning that the SDK resolution chain is in use.
648+ warning that the SDK resolution chain is in use:
649649
650650```
651- 2021-06-23 19:56:55,971 [main] WARN s3a.DefaultS3ClientFactory (LogExactlyOnce.java:warn(39)) -
651+ 2021-06-23 19:56:55,971 [main] WARN s3a.DefaultS3ClientFactory (LogExactlyOnce.java:warn(39)) -
652652 S3A filesystem client is using the SDK region resolution chain.
653653
6546542021-06-23 19:56:56,073 [main] WARN fs.FileSystem (FileSystem.java:createFileSystem(3464)) -
@@ -674,7 +674,7 @@ Caused by: com.amazonaws.SdkClientException: Unable to find a region via the reg
674674 at com.amazonaws.client.builder.AwsSyncClientBuilder.build(AwsSyncClientBuilder.java:46)
675675 at org.apache.hadoop.fs.s3a.DefaultS3ClientFactory.buildAmazonS3Client(DefaultS3ClientFactory.java:185)
676676 at org.apache.hadoop.fs.s3a.DefaultS3ClientFactory.createS3Client(DefaultS3ClientFactory.java:117)
677- ... 21 more
677+ ... 21 more
678678```
679679
680680Due to changes in S3 client construction in Hadoop 3.3.1 this option surfaces in
0 commit comments