The MySQL Dump Files should be encrypted before being uploaded to the S3 bucket. Or, they can be put into a .ZIP file and then uploaded to the S3 bucket.
Acceptance criteria
Check whether or not MySQL has a way of producing encrypted dump files
If not, change the script to ZIP the dump files before sending to S3
The MySQL Dump Files should be encrypted before being uploaded to the S3 bucket. Or, they can be put into a .ZIP file and then uploaded to the S3 bucket. Acceptance criteria