Does Azcopy supports migrating/backup data from azure storage explorer to AWS S3 bucket?

Jincy Mathew 26 Reputation points
2021-07-05T05:46:42.107+00:00

Hi,

I know Azcopy supports migrating from AWS S3 bucket to azure storage explorer.

Does Azcopy supports migrating/backup data from azure storage explorer to AWS S3 bucket?

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
229 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Manu Philip 16,971 Reputation points MVP
    2021-07-05T06:27:38.463+00:00

    Hope the following steps will help on moving data from Azure to S3 bucket

    1. Set the environment variables $env:AWS_ACCESS_KEY_ID = "<your aws access key id> "
      $env:AWS_SECRET_ACCESS_KEY = "<your aws secret>"
    2. Transfer data to s3 azcopy cp "<azure blob url>" "<s3 file url>"

    Example -

    azcopy cp "https://cloudcompute.blob.core.windows.net/my_folder?st=2020-01-15T09%3A33&se=2020-01-23T09%3A33%3A00Z&sp=racwdl&sv=2018-03-28&sr=c&sig=JrFd82k9DdBXfJz5DUn%" "https://cloudcompute.s3.ap-south-1.amazonaws.com/cloudcompute/test.txt"


  2. Manu Philip 16,971 Reputation points MVP
    2021-07-05T07:53:42.653+00:00

    I am afraid to say that this requirement is not currently supported (S3 -> AZURE)

    348

    0 comments No comments

  3. Sumarigo-MSFT 43,561 Reputation points Microsoft Employee
    2021-07-05T15:19:17.05+00:00

    @Jincy Mathew No, It's not supported!

    Additional information: You can also use Azure Data Factory to copy (Alternatively, migrating data from AWS S3 to Azure Storage, which provides additional benefits:)

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    ------------------------------------------------------------------------------------------------------------------------------------

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.