Sign in
apache
/
libcloud
/
trunk
/
.
/
docs
/
examples
/
storage
/
azure
/
instantiate_gov.py
blob: f983b952935ea63157385c401590ab0e6c0baf1f [
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"
,
host
=
"blob.core.usgovcloudapi.net"
,
)