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?
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?
Hope the following steps will help on moving data from Azure to S3 bucket
Set the environment variables
$env:AWS_ACCESS_KEY_ID = "<your aws access key id> "
$env:AWS_SECRET_ACCESS_KEY = "<your aws secret>"
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"
I guess the available documentation is covering different scenarios
storage-ref-azcopy-copy
Meantime, you may try an example move
Thats only one sided... AWS to azure and not reverse
Amazon Web Services (AWS) S3 (Access Key) -> Azure Block Blob (SAS or OAuth authentication)
@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.
@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.
8 people are following this question.