[
https://issues.apache.org/jira/browse/CAMEL-18808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-18808.
---------------------------------
Fix Version/s: 3.18.5
3.20.0
Resolution: Fixed
Thanks for reporting and the PR
> camel-azure-storage-blob producer doesn't use
> CamelAzureStorageBlobBlobSize-header
> ----------------------------------------------------------------------------------
>
> Key: CAMEL-18808
> URL: https://issues.apache.org/jira/browse/CAMEL-18808
> Project: Camel
> Issue Type: Improvement
> Components: camel-azure
> Affects Versions: 3.18.4
> Reporter: Jussi Wallin
> Priority: Major
> Fix For: 3.18.5, 3.20.0
>
>
> In some cases when trying to upload large files to Azure Blob Storage it may
> be necessary to transfer it directly from a file. FileInputStream doesn't
> support mark which means that the BlobProducer isn't able to determine the
> size of the file. The AzureBlockBlobClient, that is used internally, doesn't
> allow blobs of size greater than 0 to be uploaded if the size is defined to
> be 0.
> One way of getting around this limitation is to add the ability to use the
> CamelAzureStorageBlobBlobSize -header to override the logic for determining
> the size within the upload operation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)