the error message "Bucket name must match the regex '^[a-zA-Z0-9.\-_]'" is indicating that your bucket name, "Bucket_Source", contains an underscore (_), which is not allowed in an S3 bucket name
"Bucket name must match the regex '^[a-zA-Z0-9.\-_]'"
"Bucket_Source"
_