This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch minio-sink-fix
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 6c3594e9c681a6331fb9a867a1988a71786e0ebb
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Sep 10 07:43:48 2021 +0200

    Minio Sink Kamelet: The exchangeId as object Name should be set as header 
and not as property
---
 minio-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/minio-sink.kamelet.yaml b/minio-sink.kamelet.yaml
index e18244d..8b871dc 100644
--- a/minio-sink.kamelet.yaml
+++ b/minio-sink.kamelet.yaml
@@ -79,7 +79,7 @@ spec:
                 simple: "${header[ce-file]}"
           otherwise:
             steps:
-            - set-property:
+            - set-header:
                 name: CamelMinioObjectName
                 simple: "${exchangeId}"
       - to:

Reply via email to