Re: [patch hail 1/2] Add subdomain calling format

Jeff Garzik <[email protected]> Tue, 07 Dec 2010 05:05:38 -0500
Newsgroups org.kernel.vger.hail-devel
Message-ID <[email protected]>
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<[email protected]>
>
> ---
>   include/hstor.h |    6 +
>   lib/hstor.c     |  178 +++++++++++++++++++++++++---------------------
>   2 files changed, 106 insertions(+), 78 deletions(-)

applied 1-2