Uploading file directly from a URL in Storage Blob

2019-07-08 03:07发布

问题:

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/