Sign in
apache
/
libcloud
/
refs/heads/unify_create_node
/
.
/
docs
/
examples
/
storage
/
azure
/
instantiate.py
blob: ed32ca704d2db26ea6db4051322c1b78f5f3afb1 [
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"
)