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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new ddb9da57 First attempt at improving Kamelet documentation
ddb9da57 is described below

commit ddb9da57abb040a96008bc5702d71bf58ed171f7
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu May 2 10:36:24 2024 +0200

    First attempt at improving Kamelet documentation
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 docs/modules/ROOT/pages/aws-s3-source-description.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/aws-s3-source-description.adoc 
b/docs/modules/ROOT/pages/aws-s3-source-description.adoc
index 7022924c..4bccb821 100644
--- a/docs/modules/ROOT/pages/aws-s3-source-description.adoc
+++ b/docs/modules/ROOT/pages/aws-s3-source-description.adoc
@@ -1,6 +1,6 @@
-== AWS S3 Source Kamelet Description
+= AWS S3 Source Kamelet Description
 
-=== Authentication methods
+== Authentication methods
 
 In this Kamelet you have the possibility of avoiding the usage of explicit 
static credentials by specifying the useDefaultCredentialsProvider option and 
set it to true.
 
@@ -19,7 +19,7 @@ Only one of access key/secret key or default credentials 
provider could be used
 
 For more information about this you can look at 
https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/credentials.html[AWS
 credentials documentation]
 
-=== Usage examples
+== Usage examples
 
 You could consume the bucket content and directly delete the object once 
consumed
 

Reply via email to