Looking at the code there are no references to copyObject method from AWS S3 Client.
You can raise a JIRA for a new feature. -- Andrea Cosentino ---------------------------------- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Wednesday, June 29, 2016 3:50 PM, Debraj Manna <subharaj.ma...@gmail.com> wrote: Hi Can some one please let me know how can I move objects from one S3 bucket to another via aws-s3. I could not find the relevant thing in the documentation <http://camel.apache.org/aws-s3.html>. Basically I want to do what copyObject <http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Client.html#copyObject(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String)> does in AmazonS3Client? Thanks,