mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Better bucket name pending possible change to uuid for service primary
key. Also small bugfix around file name and original file name
This commit is contained in:
@@ -21,7 +21,7 @@ class JobApiClient(BaseAPIClient):
|
||||
"service": service_id,
|
||||
"template": template_id,
|
||||
"original_file_name": file_name,
|
||||
"bucket_name": "service-{}-notify".format(service_id),
|
||||
"bucket_name": "service-{}-{}-notify".format(service_id, job_id),
|
||||
"file_name": "{}.csv".format(job_id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user