You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (Jira)" <ji...@apache.org> on 2021/11/15 10:36: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=17443725#comment-17443725 ] 

Andrea Cosentino commented on CAMEL-17161:
------------------------------------------

It's not trivial, because this would require creating a second client for the destination blob, possibily with different keys and use that to copy from the source blob.

> 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)