public class Region extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AP_NORTHEAST_1
Region in Tokyo, launched March 2, 2011.
|
static String |
AP_SOUTHEAST_1
Region in Singapore, launched April 28, 2010.
|
static String |
AP_SOUTHEAST_2
Asia Pacific (Sydney)
|
static Set<String> |
DEFAULT_REGIONS |
static Set<String> |
DEFAULT_S3 |
static String |
EU_WEST_1
EU (Ireland)
|
static String |
SA_EAST_1
SA-EAST-1 (Sao Paolo)
|
static String |
US_EAST_1 |
static String |
US_STANDARD
US Standard
|
static String |
US_WEST_1
US-West (Northern California)
|
static String |
US_WEST_2
US-West-2 (Oregon)
|
Constructor and Description |
---|
Region() |
Modifier and Type | Method and Description |
---|---|
static Properties |
regionProperties() |
static Properties |
regionPropertiesS3() |
public static final String EU_WEST_1
In Amazon S3, the EU (Ireland) Region provides read-after-write consistency for PUTS of new objects in your Amazon S3 bucket and eventual consistency for overwrite PUTS and DELETES.
public static final String US_STANDARD
This is the default Region. All requests sent to s3.amazonaws.com go to this Region unless you specify a LocationConstraint on a bucket. The US Standard Region automatically places your data in either Amazon's east or west coast data centers depending on what will provide you with the lowest latency. To use this region, do not set the LocationConstraint bucket parameter. The US Standard Region provides eventual consistency for all requests.
public static final String US_EAST_1
public static final String US_WEST_1
Optionally, use the endpoint s3-us-west-1.amazonaws.com on all requests to this bucket to reduce the latency you might experience after the first hour of creating a bucket in this Region.
In Amazon S3, the US-West (Northern California) Region provides read-after-write consistency for PUTS of new objects in your Amazon S3 bucket and eventual consistency for overwrite PUTS and DELETES.
public static final String US_WEST_2
public static final String SA_EAST_1
public static final String AP_SOUTHEAST_2
public static final String AP_SOUTHEAST_1
public static final String AP_NORTHEAST_1
public static Properties regionPropertiesS3()
public static Properties regionProperties()
Copyright © 2009-2013 jclouds. All Rights Reserved.