This commit is contained in:
Fred Park 2018-01-17 12:50:03 -08:00
Родитель 731c667d09
Коммит 91cc92fc37
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3C4D545F457737EB
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -41,7 +41,7 @@ yum install -y python34 python34-devel gcc openssl-devel libffi-devel
curl -fSsL https://bootstrap.pypa.io/get-pip.py | python3
# for Python2
yum install -y gcc openssl-dev libffi-devel python-devel
yum install -y gcc openssl-devel libffi-devel python-devel
curl -fSsL https://bootstrap.pypa.io/get-pip.py | python
```

Просмотреть файл

@ -62,7 +62,7 @@ credentials.add_storage_account(...)
# construct Azure source paths and add it to specification
asp = blobxfer.api.AzureSourcePath()
asp.add_path_with_storeage_account(...)
asp.add_path_with_storage_account(...)
specification.add_azure_source_path(asp)
# execute downloader