Sign in
apache
/
libcloud
/
refs/heads/github_actions_wip
/
.
/
docs
/
examples
/
storage
/
azure
/
instantiate.py
blob: bc0a62aef11b8c598a81d8b88a00c426aaa8772f [
file
]
from
libcloud
.
storage
.
types
import
Provider
from
libcloud
.
storage
.
providers
import
get_driver
cls
=
get_driver
(
Provider
.
AZURE_BLOBS
)
driver
=
cls
(
key
=
'your storage account name'
,
secret
=
'your access key'
)