зеркало из https://github.com/Azure/blobxfer.git
Doc updates
This commit is contained in:
Родитель
731c667d09
Коммит
91cc92fc37
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче