No. I am wondering if there are plans to implement the copy blob functionality in the current libraries, if there are any blockers or other obvious issues that are preventing it's use.
If I missed some obvious method of doing blob-to-blob copy (without downloading and uploading data) then I apologise, but I have been unable to find any methods that use azure-blob-storage and v12.
Which service(blob, file, queue, table) does this issue concern?
Azure blob storage
Which version of the SDK was used?
v12 (specifically, 12.7.8)
What problem was encountered?
The copy blob functionality is not implemented - equivalent to this REST API call: https://docs.microsoft.com/en-us/rest/api/storageservices/copy-blob
Have you found a mitigation/solution?
No. I am wondering if there are plans to implement the copy blob functionality in the current libraries, if there are any blockers or other obvious issues that are preventing it's use.
If I missed some obvious method of doing blob-to-blob copy (without downloading and uploading data) then I apologise, but I have been unable to find any methods that use
azure-blob-storage
and v12.