lists: introduce obfuscated formats

This commit is contained in:
Iain Learmonth 2022-05-16 17:09:33 +01:00
parent b1f7426beb
commit 6fe633bf0a
9 changed files with 64 additions and 24 deletions

View file

@ -39,7 +39,7 @@ class ListS3Automation(ListAutomation):
key = "{{ list.filename }}"
source = "{{ list.format }}.json"
content_type = "application/json"
etag = filemd5("{{ list.format }}.json")
etag = filemd5("{{ list.format }}.{{ list.encoding }}")
}
{% endfor %}
"""