From 0900bf5b0248517065f2720073ed311da4579754 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Wed, 8 Jun 2022 15:22:37 +0200 Subject: [PATCH] fix: [AIL exchange mime-type] --- bin/core/ail_2_ail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/core/ail_2_ail.py b/bin/core/ail_2_ail.py index d415e9b3..2dd12ea6 100755 --- a/bin/core/ail_2_ail.py +++ b/bin/core/ail_2_ail.py @@ -1205,7 +1205,7 @@ def create_ail_stream(Object): 'type': Object.get_type()} # OBJECT META - ail_stream['meta'] = {'mime-type': 'text/plain'} + ail_stream['meta'] = {'ail:mime-type': 'text/plain'} ail_stream['meta']['compress'] = 'gzip' ail_stream['meta']['encoding'] = 'base64' ail_stream['meta']['ail:id'] = Object.get_id()