mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-04 18:32:33 -05:00
Service and job id were incorrectly in bucket name.
This commit is contained in:
@@ -26,7 +26,7 @@ class JobApiClient(BaseAPIClient):
|
||||
"service": service_id,
|
||||
"template": template_id,
|
||||
"original_file_name": original_file_name,
|
||||
"bucket_name": "service-{}-{}-notify".format(service_id, job_id),
|
||||
"bucket_name": "service-{}-notify".format(service_id),
|
||||
"file_name": "{}.csv".format(job_id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user