Return-Path: Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: (qmail 90853 invoked from network); 2 Dec 2010 17:09:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Dec 2010 17:09:34 -0000 Received: (qmail 44326 invoked by uid 500); 2 Dec 2010 17:09:34 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 43983 invoked by uid 500); 2 Dec 2010 17:09:33 -0000 Mailing-List: contact deltacloud-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-dev@incubator.apache.org Received: (qmail 43968 invoked by uid 99); 2 Dec 2010 17:09:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 17:09:33 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=10.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of marios@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 17:09:27 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oB2H96po012903 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 2 Dec 2010 12:09:06 -0500 Received: from marios.redhat.com (vpn2-8-107.ams2.redhat.com [10.36.8.107]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oB2H935F018862 for ; Thu, 2 Dec 2010 12:09:04 -0500 From: marios@redhat.com To: deltacloud-dev@incubator.apache.org Subject: Create_Delete_Blob for Microsoft Azure Date: Thu, 2 Dec 2010 19:08:54 +0200 Message-Id: <1291309735-15757-1-git-send-email-marios@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 Adds create_blob and delete_blob for the Microsoft Azure driver. If you are testing this please be aware that there is an issue with latest version of 'waz-storage' gem (1.0.2). These functions have been tested and work fine with version 1.0.0 - I'm still trying to get to the bottom of the problem with the latest gem, marios