0

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.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.