How to continuously copy new S3 files to another S3 bucket
How can I continuously copy one S3 bucket to another? I want to copy the files every time a new file has been added. I've tried using the boto3 copy_object however I require the key each time which won't work…