question

JincyMathew-5958 avatar image
0 Votes"
JincyMathew-5958 asked SumanthMarigowda-MSFT commented

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


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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ManuPhilip avatar image
0 Votes"
ManuPhilip answered JincyMathew-5958 commented

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"

· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Is there any Microsoft documentation available for this?

0 Votes 0 ·

I guess the available documentation is covering different scenarios
storage-ref-azcopy-copy

Meantime, you may try an example move


0 Votes 0 ·

Thats only one sided... AWS to azure and not reverse

Amazon Web Services (AWS) S3 (Access Key) -> Azure Block Blob (SAS or OAuth authentication)

0 Votes 0 ·
ManuPhilip avatar image
0 Votes"
ManuPhilip answered

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

348


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SumanthMarigowda-MSFT avatar image
0 Votes"
SumanthMarigowda-MSFT answered SumanthMarigowda-MSFT commented

@JincyMathew-5958 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.


· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I want to migrate from azure to AWS S3.

0 Votes 0 ·

@JincyMathew-5958 No, It's not supported through Azcopy (azure to AWS S3)


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.


0 Votes 0 ·