Daniel Dias created CAMEL-18191:
-----------------------------------

             Summary: S3Constants instead of AS2S3Constants 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


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)

Reply via email to