1

I am using this SDK: https://github.com/Azure/azure-sdk-for-php

I found some comments about "copyBlob" in the issues page.

But I can't find anything in the actual code.

I'd like to copy media files from a storage account to my media services account. Any help would be appreciated.

Aaron Chen
  • 9,835
  • 1
  • 16
  • 28
D'Arcy Rail-Ip
  • 11,505
  • 11
  • 42
  • 67

1 Answers1

0

You can use CopyBlob in the PHP SDK to copy blobs within the same account. If you are looking to copy to a different account, you will need to download and upload. Or alternatively you can use AzCopy to move files from one account to another.

sguler
  • 286
  • 1
  • 8