Azcopy not copying from AWS S3 to Azure Blob

RakeshKumarTiwary 21 Reputation points
2020-06-10T20:26:34.08+00:00

Hi,

I am unable to download data from AWS S3 bucket to Azure Blob. Could you suggest if i am missing something ? My data size is roughly 20G.

[onetick@OnetickVM ~]$ export AWS_ACCESS_KEY_ID=******************
[onetick@OnetickVM ~]$ export AWS_SECRET_ACCESS_KEY=Q4*******FtQ************
[onetick@OnetickVM ~]$ azcopy cp 'https://s3://onetick-share/csrfxustaq/20200605' 'https://myblobstorageaccounthot.blob.core.windows.net/onetick-archive?sv=2019-02-02&st=2020-06-10T&&&
&(&*0Z&se=2020-06-11T08%3A06%3A00Z&sr=c&sp=rwl&sig=f*****************g%*&D' --recursive=true
INFO: Scanning...
INFO: Any empty folders will not be processed, because source and/or destination doesn't have full folder support
failed to perform copy command due to error: cannot start job due to error: cannot scan the path /home/onetick/https:/s3:/onetick-share/csrfxus, please verify that it is a valid.

I also tried with "aws cli" tool but that also didn't work.

[onetick@OnetickVM ~]$ /usr/local/bin/aws s3 sync s3://onetick-share/csrfxus/taq/20200605 ./
<botocore.awsrequest.AWSRequest object at 0x7f1eefa61a20>
[onetick@OnetickVM ~]$

Thanks,
Rakesh

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
719 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,448 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 43,806 Reputation points Microsoft Employee
    2020-06-11T04:41:28.907+00:00

    @RakeshKumarTiwary

    Anyway, S3 URLs are formatted a bit more like s3.region.amazonaws.com/bucket/objectkey
    alternatively: https://bucket.s3.region.amazonaws.com/objectkey

    9851-capture.jpg

    azcopy doesn't support this because of the lack of region information, etc.

    Additional information: Move your data from AWS S3 to Azure Storage using AzCopy

    Hope this helps!

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

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

    Please don’t forget to "Accept the answer" wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.