[
https://issues.apache.org/jira/browse/NIFI-9972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann resolved NIFI-9972.
------------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
> Add Processor for Copying Azure Blobs
> -------------------------------------
>
> Key: NIFI-9972
> URL: https://issues.apache.org/jira/browse/NIFI-9972
> Project: Apache NiFi
> Issue Type: New Feature
> Reporter: Malthe Borch
> Assignee: Malthe Borch
> Priority: Major
> Fix For: 2.0.0
>
> Time Spent: 7h
> Remaining Estimate: 0h
>
> 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)