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

commit 2ca8e208147bffb0d2aff28a1dc841f2b7a777bd
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Aug 6 08:52:56 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws2-sts-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-sts-component.adoc
index ac48daf..c2896e8 100644
--- a/docs/components/modules/ROOT/pages/aws2-sts-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-sts-component.adoc
@@ -140,7 +140,7 @@ Camel-AWS STS component provides the following operation on 
the producer side:
 
 [source,java]
 
--------------------------------------------------------------------------------
-from("direct:createUser")
+from("direct:assumeRole")
     .setHeader(STS2Constants.ROLE_ARN, constant("arn:123"))
     .setHeader(STS2Constants.ROLE_SESSION_NAME, constant("groot"))
     .to("aws2-sts://test?stsClient=#amazonSTSClient&operation=assumeRole")

Reply via email to