Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.18.4
-
None
-
Unknown
Description
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.
Attachments
Issue Links
- causes
-
CAMEL-20995 camel-azure-storage-blob uploadBlockBlob retry operation fails due to mark and reset issue / Flux
- Resolved