Skip to content

ds-project/ds-s3-to-blob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ds-s3-to-blob

Transfer AWS s3 to Azure blob storage

We should use python 3.5.2 on Azure Function.

(Follow this instruction link to install python 3.5.2 )

Then, install azure sdk on python 3.5.2

> cd /d/home/site/tools/
> python -m pip install azure 

Then, put some configs on file and send post request and put body just following as json type.

{
    "url": "https://s3.ap-northeast-2.amazonaws.com/ds-project-s3/ds-files/README.md" 
}

If azure function do correctly, you will see this response

"Complete Process of url https://s3.ap-northeast-2.amazonaws.com/ds-project-s3/ds-files/test.txt"

About

Transfer AWS s3 to Azure blob storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages