Uploading file directly from a URL in Storage Blob

百般思念 提交于 2019-12-12 20:46:19

问题


I have some large files (one of them is 10 GB), I want to store this file in Windows Azure, Storage (BLOB) directly, instead of downloading the same locally, and then uploading it.

Is there a way we could just mention the URL and the same gets uploaded in the Azure Storage ?

Any help would be really appreciated, if it is combination of services that also works fine :)


回答1:


Yes, you can do this. Gaurav has a great post about copying from S3, but the same thing will work for any publicly-accessible URL: http://gauravmantri.com/2012/06/14/how-to-copy-an-object-from-amazon-s3-to-windows-azure-blob-storage-using-copy-blob/



来源:https://stackoverflow.com/questions/12017106/uploading-file-directly-from-a-url-in-storage-blob

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!