Shariq Ali
Shariq Ali

Reputation: 27

Copy object from Azure Blob(SAS endpoint) to S3 bucket using AWS infrastructure

We get an Azure Blob SAS endpoint of an object(source) which is required to be copied to S3(target).

I need to copy it from Azure Blob to AWS S3 by using azure and aws java SDKs.

Is it possible in some way, that i open the input stream from azure blob client and make parts while reading the stream for aws multipart upload?

The object can be of small or larger sizes(hundreds of few MBs to hundreds of GBs).

Please suggest me a way forward.

Note:

  1. I cannot use azure’s infrastructure like azure datafactory.
  2. I am only limited to AWS infrastructure(lambda,sqs,etc) or only azure based tools like azcopy.

Upvotes: -3

Views: 51

Answers (0)

Related Questions