Reputation: 323
Which protocol does the camel-azure component use internally? Are the calls HTTPS or HTTP? I need to decide whether or not to encrypt the blob content. I think it uses HTTPs by default. Did not find any option to override in the Azure documentation or the blob code
Upvotes: 1
Views: 86
Reputation: 323
answering this on my own. BlobServiceUtil.prepareStorageBlobUri uses HTTPS
Upvotes: 2