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.ModelAssembly: 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
| Member | Value | Description |
|---|---|---|
| US | 0 |
Specifies that the S3 Bucket should use US locality.
This is the default value.
|
| EU | 1 |
Specifies that the S3 Bucket should use EU locality.
|
| SFO | 2 |
Specifies that the S3 Bucket should use US-WEST-1 locality.
|
| USW2 | 3 |
Specifies that the S3 Bucket should use US-WEST-2 locality.
|
| APS1 | 4 |
Specifies that the S3 Bucket should use the AP-SOUTHEAST-1 locality.
|
| APN1 | 5 |
Specifies that the S3 Bucket should use the AP-NORTHEAST-1 locality.
|
| SAE1 | 6 |
Specifies that the S3 Bucket should use the SA-EAST-1 locality.
|