You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@libcloud.apache.org by Andrew Stuart <an...@supercoders.com.au> on 2013/01/23 03:12:38 UTC

Does libcloud support S3 Sydney?

it appears support was added for EC2 in Sydney but not S3 in Sydney,  
is this correct?



thanks

Andrew

Re: Does libcloud support S3 Sydney?

Posted by Tomaz Muraus <to...@apache.org>.
Correct, compute driver in trunk (development version) supports Sydney
region, but storage one doesn't support it yet.

Currently a "hacky" way of using new Sydney location in storage driver is
instantiating S3StorageDriver class and setting ex_location_name attribute
to "ap-southeast-2". This approach should also work with a current stable
version (0.11.4), but keep in mind that it's a hack which will mostly
likely stop working in the next major release.

That's because code in trunk is currently undergoing some
major re-factoring which will make drivers with multiple regions easier to
use. "Official" support for Sydney region in the S3 storage driver should
be included in the next major release.

On Tue, Jan 22, 2013 at 6:12 PM, Andrew Stuart <
andrew.stuart@supercoders.com.au> wrote:

> it appears support was added for EC2 in Sydney but not S3 in Sydney, is
> this correct?
>
>
>
> thanks
>
> Andrew
>