I noticed while setting up the export_qc_town_close_reports script on the VM that we have a typo in the s3_staging_dir config value. This is causing the creation of a duplicate S3 bucket that doesn't actually need to exist, and that the VM doesn't have permissions to access. This PR fixes this typo so that we can get rid of the duplicate bucket; once this is merged, I'll go ahead and delete the bucket.
I noticed while setting up the
export_qc_town_close_reports
script on the VM that we have a typo in thes3_staging_dir
config value. This is causing the creation of a duplicate S3 bucket that doesn't actually need to exist, and that the VM doesn't have permissions to access. This PR fixes this typo so that we can get rid of the duplicate bucket; once this is merged, I'll go ahead and delete the bucket.