Return-Path: Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: (qmail 61748 invoked from network); 21 Jan 2011 19:38:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jan 2011 19:38:45 -0000 Received: (qmail 78792 invoked by uid 500); 21 Jan 2011 19:38:45 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 78751 invoked by uid 500); 21 Jan 2011 19:38:44 -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 78743 invoked by uid 99); 21 Jan 2011 19:38:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 19:38:44 +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 mandreou@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; Fri, 21 Jan 2011 19:38:38 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0LJcHmT014975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Jan 2011 14:38:18 -0500 Received: from [10.36.6.24] (vpn1-6-24.ams2.redhat.com [10.36.6.24]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p0LJcGCr029733 for ; Fri, 21 Jan 2011 14:38:16 -0500 Message-ID: <4D39E0A7.2080406@redhat.com> Date: Fri, 21 Jan 2011 21:38:15 +0200 From: "marios@redhat.com" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc13 Lightning/1.0b3pre Thunderbird/3.1.7 MIME-Version: 1.0 To: deltacloud-dev@incubator.apache.org Subject: Re: User metadata for EC2 blobs - first cut References: <1295475957-19985-1-git-send-email-marios@redhat.com> In-Reply-To: <1295475957-19985-1-git-send-email-marios@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Hi, pls ignore as this patch has been succeeded by a newer version - Fri 21 Jan 'user metadata for blob creation - S3, Cloudfiles, Azure' marios On 20/01/11 00:25, marios@redhat.com wrote: > As it says on the tin - this is a first cut at user metadata for ec2. This is not a full solution (no rackspace,azure yet) - mainly for any initial thoughts/comments. One issue is the EC2 API doesn't offer any obvious way for updating metadata without re-uploading the blob (i.e. you can only put the metadata when you create a blob). So it might not be possible to offer CRUD for metadata - rather they are just a property of the blob (sorry if this is obvious, i had been expecting to be able to update/delete individual metadata - this may be possible for the other providers haven't investigated yet), > > marios