You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Malthe Borch (Jira)" <ji...@apache.org> on 2022/10/03 13:04:00 UTC

[jira] [Assigned] (NIFI-9972) Azure Blob Storage "Blob from URL"

     [ https://issues.apache.org/jira/browse/NIFI-9972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Malthe Borch reassigned NIFI-9972:
----------------------------------

    Assignee: Malthe Borch

> Azure Blob Storage "Blob from URL"
> ----------------------------------
>
>                 Key: NIFI-9972
>                 URL: https://issues.apache.org/jira/browse/NIFI-9972
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Malthe Borch
>            Assignee: Malthe Borch
>            Priority: Major
>
> The Azure SDK for Azure Blob Storage supports the "Put Blob from URL" and "Copy from URL" operations which allow server-to-server copying of blobs from one storage account to another.
> This is perhaps antithetical to data processing in NiFi (since the implication is that the client does not actually see any of the data being transferred), but it is a very relevant data operation.
> Today, to accomplish the same from NiFi you would need to call out to for example [azcopy|https://docs.microsoft.com/en-us/azure/storage/common/storage-ref-azcopy] which means you lose out on credentials management etc.
> Practically speaking, you would provide two credentials, one for the source and another for the destination and the would-be processor would then engage in the server-to-server copying operation.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)