You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/13 07:56:30 UTC

[camel-kamelets] 06/06: Duplicate some of headers with a different name - Azure Storage Blob Source

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

acosentino pushed a commit to branch dupli-headers-az-storage-blob-source
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit e159f00fb148e12796f23cb9629240586819797c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 13 09:54:54 2022 +0200

    Duplicate some of headers with a different name - Azure Storage Blob Source
---
 .../src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
index 77f0096e..32c0691d 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -32,6 +32,8 @@ spec:
     title: "Azure Storage Blob Source"
     description: |-
       Consume files from Azure Storage Blob.
+
+      Two headers will be duplicated with different names for clarity at sink level, CamelAzureStorageBlobETag will be duplicated into azure.storage.blob.e.tag and CamelAzureStorageBlobBlobSize will be duplicated in azure.storage.blob.blob.size
     required:
       - accountName
       - containerName