I have a simple route that needs to upload a file to Azure Blob using the Camel v4 azure-storage-blob component:
.toD("azure-storage-blob://{{azbs.discinbounddocs.write.account}}/" +
"{{azbs.discinbounddocs.write.container}}?blobName=${header." +
FtpConstants.FILE_ABSOLUTE_PATH + "}&operation=uploadBlockBlob", 0)
I see a way to set Metadata tags on the blob but I cannot set Index tags.
I have tried passing the http header x-ms-tags but that did not work either.