This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new f2219e377c6 Fix(docs): correct header level
f2219e377c6 is described below
commit f2219e377c6d97f093d2de3cdfda973a82530eaa
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Jun 26 09:13:40 2023 +0200
Fix(docs): correct header level
Fixes
https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/1266/console
---
.../camel-aws-cloudtrail/src/main/docs/aws-cloudtrail-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-aws/camel-aws-cloudtrail/src/main/docs/aws-cloudtrail-component.adoc
b/components/camel-aws/camel-aws-cloudtrail/src/main/docs/aws-cloudtrail-component.adoc
index 8501c861b95..f7238412731 100644
---
a/components/camel-aws/camel-aws-cloudtrail/src/main/docs/aws-cloudtrail-component.adoc
+++
b/components/camel-aws/camel-aws-cloudtrail/src/main/docs/aws-cloudtrail-component.adoc
@@ -24,7 +24,7 @@ You must have a valid Amazon Web Services developer account,
and be
signed up to use Amazon Cloudtrail. More information are available
at https://aws.amazon.com/cloudtrail/[AWS Cloudtrail]
-=== Static credentials, Default Credential Provider and Profile Credentials
Provider
+== Static credentials, Default Credential Provider and Profile Credentials
Provider
You have the possibility of avoiding the usage of explicit static credentials,
by specifying the useDefaultCredentialsProvider option and set it to true.