This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a0c98c5000b Fixing broken links and whitespace alignment in S3A 
index.html (#8319)
a0c98c5000b is described below

commit a0c98c5000b466dc233f1dd0d29fd326fd81b984
Author: Enrico Minack <[email protected]>
AuthorDate: Tue Mar 10 13:01:02 2026 +0100

    Fixing broken links and whitespace alignment in S3A index.html (#8319)
    
    
    Contributed by Enrico Minack
---
 .../src/site/markdown/tools/hadoop-aws/index.md    | 23 +++++++++++-----------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git 
a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md 
b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md
index 7b774400364..3ea65e4f9bb 100644
--- a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md
+++ b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md
@@ -54,7 +54,6 @@ full details.
 ## <a name="overview"></a> Overview
 
 Apache Hadoop's `hadoop-aws` module provides support for AWS integration.
-applications to easily use this support.
 
 To include the S3A client in Apache Hadoop's default classpath:
 
@@ -232,7 +231,7 @@ Also, please check [S3 endpoint and region settings in 
detail](connecting.html#s
 
 ## <a name="authenticating"></a> Authenticating with S3
 
-See [Authenticating with S3](authentication.md).
+See [Authenticating with S3](authentication.html).
 
 ## <a name="hadoop_credential_providers"></a>Storing secrets with Hadoop 
Credential Providers
 
@@ -370,7 +369,7 @@ from placing its declaration on the command line.
 
 All S3A client options are configured with options with the prefix `fs.s3a.`.
 
-The client supports <a href="per_bucket_configuration">Per-bucket 
configuration</a>
+The client supports [Per-bucket configuration](#per_bucket_configuration)
 to allow different buckets to override the shared settings. This is commonly
 used to change the endpoint, encryption and authentication mechanisms of 
buckets.
 and various minor options.
@@ -379,7 +378,7 @@ Here are some the S3A properties for use in production.
 
 * See [Performance](./performance.html) for performance related settings 
including
   thread and network pool options.
-* Testing-related options are covered in [Testing](./testing.md).
+* Testing-related options are covered in [Testing](./testing.html).
 
 
 ```xml
@@ -701,9 +700,9 @@ Here are some the S3A properties for use in production.
   <name>fs.s3a.readahead.range</name>
   <value>64K</value>
   <description>Bytes to read ahead during a seek() before closing and
-  re-opening the S3 HTTP connection. This option will be overridden if
-  any call to setReadahead() is made to an open stream.
-  A suffix from the set {K,M,G,T,P} may be used to scale the numeric value.
+    re-opening the S3 HTTP connection. This option will be overridden if
+    any call to setReadahead() is made to an open stream.
+    A suffix from the set {K,M,G,T,P} may be used to scale the numeric value.
   </description>
 </property>
 
@@ -969,8 +968,8 @@ Custom headers should be specified as key-value pairs, 
separated by `=`. Multipl
 </property>
 
 <property>
-<name>fs.s3a.client.sts.custom.headers</name>
-<value>Header1=Value1;Value2,Header2=Value1</value>
+    <name>fs.s3a.client.sts.custom.headers</name>
+    <value>Header1=Value1;Value2,Header2=Value1</value>
 </property>
 ```
 
@@ -1303,7 +1302,7 @@ Finally, the public `s3a://noaa-isd-pds/` bucket can be 
accessed anonymously:
 </property>
 ```
 
-#### per-bucket configuration and deprecated configuration options
+### per-bucket configuration and deprecated configuration options
 
 Per-bucket declaration of the deprecated encryption options
 will take priority over a global option -even when the
@@ -1381,8 +1380,8 @@ the storage class you want.
 
 ```xml
 <property>
-    <name>fs.s3a.create.storage.class</name>
-    <value>intelligent_tiering</value>
+  <name>fs.s3a.create.storage.class</name>
+  <value>intelligent_tiering</value>
 </property>
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to