From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [patch hail 1/2] Add subdomain calling format Date: Tue, 07 Dec 2010 05:05:38 -0500 Message-ID: <4CFE06F2.5050108@garzik.org> References: <20101205205324.278f0c15@lembas.zaitcev.lan> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=k77rzjLRA11GVZeJ5NSxe0n5hQYKDnYDQSHzv0iygLs=; b=vRV7T+Ukk2h17Tw2/76+Iw4g92SXMKse1ToKEkqgeIudlnUlEhKo2JEAs7cxgNUWhV OEJjfnt4tiHF0yB05cZSWMSm5JtsDONeRBk76gl/QlTTBT13gl2LJLIwxh4fHfv7Z9fc 6rn/8CzgzlggD0DzBxlLeptXqGi3dAUfR9Sss= In-Reply-To: <20101205205324.278f0c15@lembas.zaitcev.lan> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 12/05/2010 10:53 PM, Pete Zaitcev wrote: > Amazon appears to give up on forcing users to migrate and bucket-in-path > format is going to stay. However, they still refuse to list buckets from > other regions on the default endpoint, which leads to annoying indirection > (need to know the region somehow before listing). Easier just use the > subdomain format in one invocation. > > Signed-off-by: Pete Zaitcev > > --- > include/hstor.h | 6 + > lib/hstor.c | 178 +++++++++++++++++++++++++--------------------- > 2 files changed, 106 insertions(+), 78 deletions(-) applied 1-2