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,