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 bdc11f5 Added a little note about S3 component bdc11f5 is described below commit bdc11f546f9ab9e3fb5abd7a94a8b3ca939d2266 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jan 23 15:54:14 2020 +0100 Added a little note about S3 component --- components/camel-aws-s3/src/main/docs/aws-s3-component.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc b/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc index 855413c..03fbd99 100644 --- a/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc +++ b/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc @@ -550,6 +550,12 @@ The component is capable of detecting the presence of an AmazonS3 bean into the If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter, like the example above. This may be really useful for smarter configuration of the endpoint. +== Moving stuff between a bucket and another bucket + +Some users like to consume stuff from a bucket and move the content in a different one without using the copyObject feature of this component. +If this is case for you, don't forget to remove the bucketName header from the incoming exchange of the consumer, otherwise the file will be always overwritten on the same +original bucket. + == Dependencies Maven users will need to add the following dependency to their pom.xml.