X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=cleaner%2Fazure.py;h=9f0ac519abd96dab5422c4ff352b20ae10e802ea;hb=fcfa65ce8923a13cc3d6022b0c6e2bd5d4262a28;hp=d976e0ffc316dbeb148a74cfb620f12815edd5a6;hpb=32b11c9f706e4c623b65784024d23a56474539f3;p=bluesky.git diff --git a/cleaner/azure.py b/cleaner/azure.py index d976e0f..9f0ac51 100644 --- a/cleaner/azure.py +++ b/cleaner/azure.py @@ -91,7 +91,7 @@ class AzureError(RuntimeError): class AzureConnection: def __init__(self, account=None, key=None): if account is None: - account = os.environ['AZURE_ACCOUNT_NAME'] + account = os.environ['AZURE_ACCOUNT_NAME'] self.account = account self.host = account + ".blob.core.windows.net" #self.conn = httplib.HTTPConnection(self.host) @@ -149,7 +149,7 @@ class AzureConnection: r = self._make_request(path, method='DELETE') if __name__ == '__main__': - container = 'benchmark' + container = 'bluesky' conn = AzureConnection() print "Container contents:"