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

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

commit 70a1298e3cd7481f60dee656122b9f002ce803d9
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