Class S3Region
A list of all possible S3 Bucket region possibilities. For more information, refer to http://docs.amazonwebservices.com/AmazonS3/latest/BucketConfiguration.html#LocationSelection.
public sealed class S3Region : ConstantClass
- Inheritance
-
S3Region
Constructors
S3Region(string)
Construct instance of S3Region. It is not intended for this constructor to be called. Instead users should call the FindValue.
public S3Region(string value)
Parameters
value
string
Fields
AFS1
Specifies that the S3 Bucket should use AF-SOUTH-1 locality.
public static readonly S3Region AFS1
Field Value
APE1
Specifies that the S3 Bucket should use the AP-EAST-1 locality.
public static readonly S3Region APE1
Field Value
APN1
Specifies that the S3 Bucket should use the AP-NORTHEAST-1 locality.
public static readonly S3Region APN1
Field Value
APN2
Specifies that the S3 Bucket should use the AP-NORTHEAST-2 locality.
public static readonly S3Region APN2
Field Value
APN3
Specifies that the S3 Bucket should use the AP-NORTHEAST-3 locality.
public static readonly S3Region APN3
Field Value
APS1
Specifies that the S3 Bucket should use the AP-SOUTHEAST-1 locality.
public static readonly S3Region APS1
Field Value
APS2
Specifies that the S3 Bucket should use the AP-SOUTHEAST-2 locality.
public static readonly S3Region APS2
Field Value
APS3
Specifies that the S3 Bucket should use the AP-SOUTH-1 locality.
public static readonly S3Region APS3
Field Value
CAN1
Specifies that the S3 Bucket should use CA-CENTRAL-1 locality.
public static readonly S3Region CAN1
Field Value
CN
Specifies that the S3 Bucket should use CN-NORTH-1 locality.
[Obsolete("This constant is obsolete. Usags of this property should be migrated to the CN1 constant")]
public static readonly S3Region CN
Field Value
CN1
Specifies that the S3 Bucket should use CN-NORTH-1 locality.
public static readonly S3Region CN1
Field Value
CNW1
Specifies that the S3 Bucket should use CN-NORTHWEST-1 locality.
public static readonly S3Region CNW1
Field Value
EU
Specifies that the S3 Bucket should use EU locality which defaults to EU-WEST-1
public static readonly S3Region EU
Field Value
EUC1
Specifies that the S3 Bucket should use the EU-CENTRAL-1 locality.
public static readonly S3Region EUC1
Field Value
EUN1
Specifies that the S3 Bucket should use the EU-NORTH-1 locality.
public static readonly S3Region EUN1
Field Value
EUS1
Specifies that the S3 Bucket should use the EU-SOUTH-1 locality.
public static readonly S3Region EUS1
Field Value
EUW1
Specifies that the S3 Bucket should use the EU-WEST-1 locality.
public static readonly S3Region EUW1
Field Value
EUW2
Specifies that the S3 Bucket should use the EU-WEST-2 locality.
public static readonly S3Region EUW2
Field Value
EUW3
Specifies that the S3 Bucket should use the EU-WEST-3 locality.
public static readonly S3Region EUW3
Field Value
GOV
Specifies that the S3 Bucket should use US-GOV-WEST-1 locality.
[Obsolete("This constant is obsolete. Usags of this property should be migrated to the GOVW1 constant")]
public static readonly S3Region GOV
Field Value
GOVE1
Specifies that the S3 Bucket should use US-GOV-EAST-1 locality.
public static readonly S3Region GOVE1
Field Value
GOVW1
Specifies that the S3 Bucket should use US-GOV-WEST-1 locality.
public static readonly S3Region GOVW1
Field Value
MES1
Specifies that the S3 Bucket should use ME-SOUTH-1 locality.
public static readonly S3Region MES1
Field Value
SAE1
Specifies that the S3 Bucket should use the SA-EAST-1 locality.
public static readonly S3Region SAE1
Field Value
SFO
Specifies that the S3 Bucket should use US-WEST-1 locality.
[Obsolete("This constant is obsolete. Usags of this property should be migrated to the USW1 constant")]
public static readonly S3Region SFO
Field Value
US
Specifies that the S3 Bucket should use US locality. This is the default value.
public static readonly S3Region US
Field Value
USE2
Specifies that the S3 Bucket should use US-EAST-2 locality.
public static readonly S3Region USE2
Field Value
USW1
Specifies that the S3 Bucket should use US-WEST-1 locality.
public static readonly S3Region USW1
Field Value
USW2
Specifies that the S3 Bucket should use US-WEST-2 locality.
public static readonly S3Region USW2
Field Value
Methods
FindValue(string)
Finds the constant for the unique value.
public static S3Region FindValue(string value)
Parameters
value
string
Returns
Operators
implicit operator S3Region(string)
Converts the string to the S3Region class
public static implicit operator S3Region(string value)
Parameters
value
string