An enumeration of all possible S3 Bucket region possibilities. For more information, refer: http://docs.amazonwebservices.com/AmazonS3/latest/BucketConfiguration.html#LocationSelection

Namespace: Amazon.S3.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum S3Region
Public Enumeration S3Region
public enum class S3Region

Members

MemberValueDescription
US0
Specifies that the S3 Bucket should use US locality. This is the default value.
EU1
Specifies that the S3 Bucket should use EU locality.
SFO2
Specifies that the S3 Bucket should use US-WEST-1 locality.
USW23
Specifies that the S3 Bucket should use US-WEST-2 locality.
APS14
Specifies that the S3 Bucket should use the AP-SOUTHEAST-1 locality.
APN15
Specifies that the S3 Bucket should use the AP-NORTHEAST-1 locality.
SAE16
Specifies that the S3 Bucket should use the SA-EAST-1 locality.

See Also