optimize S3 partitioning

This commit is contained in:
Kenneth Kehl
2024-09-27 08:39:19 -07:00
parent 49ec3dc559
commit f0299c4042
2 changed files with 3 additions and 3 deletions

View File

@@ -1027,7 +1027,7 @@ def _send_notification(service_id, template_id):
# on the API side to find out what happens to the message.
current_app.logger.info(
hilite(
f"One-off file: {filename} job_id: {upload_id} s3 location: service-{service_id}-notify/{upload_id}.csv"
f"One-off file: {filename} job_id: {upload_id} s3 location: {service_id}-service-notify/{upload_id}.csv"
)
)