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 1768f49038e5b48f997b44a5df5e26d324dc95b3
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Sep 10 07:44:40 2021 +0200

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

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/minio-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/minio-sink.kamelet.yaml
index e18244d..8b871dc 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/minio-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/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