list/s3: fix upload for obfuscated file formats
This commit is contained in:
parent
acac383c01
commit
2e3fe165ef
1 changed files with 1 additions and 1 deletions
|
@ -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 }}")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue