blob: 46a6c015ddc34e1bedb0bf3a2d35897a668cf45c [file] [log] [blame]
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')