@Christiaan Meihsl - I have seen your documentation on downloading directly from your AWS S3 bucket at https://developers.thomsonreuters.com/article/boost-trth-downloads-aws
I am wondering if it possible to go one step further and issue a direct S3 to S3 copy command. Such commands are normally much faster because the client does not actually download the data, it is copied by AWS on their back-end. See for example: https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjectUsingJava.html
Do you have any advice on how to authenticate the copy with AWS?
CC - @Raghavender.Bommoju