AWS S3 file transfer log
I have an EC2 instance on which I have set a CRON job that runs a cli s3 mv command. I also have created a cron job that runs this s3 mv command. Running the cli script results in files from a local directory on the EC2 to get sent out to a remote S3 bucket which I don’t have access to. Is there any way I could have a log file created on the EC2 that logs every time the aws s3 mv runs and shows the name of the objects transferred? Thank you