From 2e3fe165ef6f75c9b12566bdcd4f6c1440db735e Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Wed, 2 Nov 2022 11:41:02 +0000 Subject: [PATCH] list/s3: fix upload for obfuscated file formats --- app/terraform/list/s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/terraform/list/s3.py b/app/terraform/list/s3.py index 1911944..639c117 100644 --- a/app/terraform/list/s3.py +++ b/app/terraform/list/s3.py @@ -38,7 +38,7 @@ class ListS3Automation(ListAutomation): provider = aws.list_{{ list.id }} bucket = "{{ list.container }}" key = "{{ list.filename }}" - source = "{{ list.format }}.json" + source = "{{ list.format }}.{{ list.pool.pool_name }}.{{ list.encoding }}" content_type = "application/json" etag = filemd5("{{ list.format }}.{{ list.pool.pool_name }}.{{ list.encoding }}") }