I have uploaded a .pdf document in Azure Blob Storage. Now I would like to send that document to an AWS S3 bucket. I thought to use the Azure ML Studio block "Execute Python script" with a script able to execute a POST. In fact, I have run an AWS API Gateway from sending anyway to an S3 bucket. Do you have any idea how to link the two services?
Asked
Active
Viewed 87 times
0
-
1What have you tried so far? – Klaus D. Feb 03 '20 at 10:39
-
A python script withing the Azure ML module "execute python script" which contain a python POST with AWS S3 address – user3043636 Feb 03 '20 at 11:00
-
1Check this and already posted here. https://stackoverflow.com/questions/52989698/copy-data-from-azure-blob-storage-to-aws-s3 – GRVPrasad Feb 03 '20 at 11:05
-
It's expect on Stack Overflow that you post the code you are asking about. – Klaus D. Feb 03 '20 at 11:15