Azure Data Factory from AWS S3 to Azure Blob Copy

Deleted
Not applicable

From AWS S3 to Azure Blob Is there any way data movement allows us to control the container names dynamically change. and is there any custom code can be executed during the copy. Example : AWS S3 bucket Container Name - day01222012 in Azure blob container should change automatically. using Azure Data Factory.

1 Reply

Hi Gowrish,

 

You can use ADFv2 to reach your goal.

Your solution might look like this:

1. Create list of AWS S3 links to import as file

2. Generate file on AWS side and download it to Azure blob daily

3. Create lookup activity for the file contents

4. For each line - invoke copy activity with source url and generate destination folder/file name in ADF