You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/31 10:25:55 UTC

[camel] branch master updated: REgen docs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e32e1ac  REgen docs
e32e1ac is described below

commit e32e1ac5346a4d846b6e6db2df8f3179ce8ccc66
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 31 12:24:28 2020 +0200

    REgen docs
---
 docs/components/modules/ROOT/pages/aws2-iam-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/aws2-iam-component.adoc b/docs/components/modules/ROOT/pages/aws2-iam-component.adoc
index ed3d8b6..f8b021c 100644
--- a/docs/components/modules/ROOT/pages/aws2-iam-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-iam-component.adoc
@@ -167,7 +167,7 @@ Camel-AWS2 IAM component provides the following operation on the producer side:
 [source,java]
 --------------------------------------------------------------------------------
 from("direct:createUser")
-    .setHeader(IAMConstants.GROUP_NAME, constant("camel"))
+    .setHeader(IAMConstants.USERNAME, constant("camel"))
     .to("aws2-iam://test?iamClient=#amazonIAMClient&operation=createUser")
 --------------------------------------------------------------------------------