[
https://issues.apache.org/jira/browse/CAMEL-18191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Dias updated CAMEL-18191:
--------------------------------
Summary: S3Constants instead of AWS2S3Constants in some parts of the
Headers documentation (was: S3Constants instead of AS2S3Constants in some
parts of the Headers documentation)
> S3Constants instead of AWS2S3Constants in some parts of the Headers
> documentation
> ---------------------------------------------------------------------------------
>
> Key: CAMEL-18191
> URL: https://issues.apache.org/jira/browse/CAMEL-18191
> Project: Camel
> Issue Type: Bug
> Components: camel-aws2
> Reporter: Daniel Dias
> Priority: Trivial
>
> at
> https://camel.apache.org/components/3.17.x/aws2-s3-component.html#_message_headers
> is informed the input of a class that does not exist example:
>
>
> {code:java}
> from("direct:start").process(new Processor() {
> @Override
> public void process(Exchange exchange) throws Exception {
> exchange.getIn().setHeader(S3Constants.KEY, "camel.txt");
> exchange.getIn().setBody("Camel rocks!");
> }
> })
> .to("aws2-s3://mycamelbucket?amazonS3Client=#amazonS3Client")
> .to("mock:result");
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)