You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Reneesh (Jira)" <ji...@apache.org> on 2022/01/20 12:12:00 UTC

[jira] [Commented] (CAMEL-17161) Support for Azure Copy Blob Operation in Camel component

    [ https://issues.apache.org/jira/browse/CAMEL-17161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17479314#comment-17479314 ] 

Reneesh commented on CAMEL-17161:
---------------------------------

Code samples for this feature can be found in the below link
[https://camel.apache.org/components/3.14.x/azure-storage-blob-component.html] 

> Support for Azure Copy Blob Operation in Camel component
> --------------------------------------------------------
>
>                 Key: CAMEL-17161
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17161
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-azure
>            Reporter: Reneesh
>            Assignee: Andrea Cosentino
>            Priority: Minor
>             Fix For: 3.14.0
>
>
> *Problem:*
>  For copying a blob file from one Azure blob storage to another Azure blob storage, we have to get the blob file and upload it to another location using the camel route. In some cases we have to convert the body to byte[] in order to avoid the Stream error included below and I believe this would result in causing memory issues while handling large size files based on this approach.
> Stack overflow Reference : [https://stackoverflow.com/questions/69767784/apache-camel-azure-blob-to-azure-blob-route-file-transfer-feasibility] 
> *Proposal :*
>  Microsoft Azure supports copy blob operation which is useful to copy blobs from one storage to another without loading the file content. As per the latest version of azure blob component of Camel, its not available in the supported BlobOperation.
> Raising this ticket to include this COPY BLOB operation in the subsequent release from your side.
> Ref : [https://docs.microsoft.com/en-us/rest/api/storageservices/copy-blob]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)