I am copying objects between two s3 buckets. As a part copy process i am renaming the file, is there a way to capture the Object "key" response from destination after a copy succeeds
Reference:how to copy s3 object from one bucket to another using python boto3
s3_resource.meta.client.copy(copy_source, destination_bucket, modified_filename)