AWSSDK.S3 by Amazon Web Services

<PackageReference Include="AWSSDK.S3" Version="3.3.111.20" />

 S3Region

public sealed class S3Region : ConstantClass
A list of all possible S3 Bucket region possibilities. For more information, refer to .
public static readonly S3Region APE1

Specifies that the S3 Bucket should use the AP-EAST-1 locality.

public static readonly S3Region APN1

Specifies that the S3 Bucket should use the AP-NORTHEAST-1 locality.

public static readonly S3Region APN2

Specifies that the S3 Bucket should use the AP-NORTHEAST-2 locality.

public static readonly S3Region APN3

Specifies that the S3 Bucket should use the AP-NORTHEAST-3 locality.

public static readonly S3Region APS1

Specifies that the S3 Bucket should use the AP-SOUTHEAST-1 locality.

public static readonly S3Region APS2

Specifies that the S3 Bucket should use the AP-SOUTHEAST-2 locality.

public static readonly S3Region APS3

Specifies that the S3 Bucket should use the AP-SOUTH-1 locality.

public static readonly S3Region CAN1

Specifies that the S3 Bucket should use CA-CENTRAL-1 locality.

public static readonly S3Region CN

Specifies that the S3 Bucket should use CN-NORTH-1 locality.

public static readonly S3Region CN1

Specifies that the S3 Bucket should use CN-NORTH-1 locality.

public static readonly S3Region CNW1

Specifies that the S3 Bucket should use CN-NORTHWEST-1 locality.

public static readonly S3Region EU

Specifies that the S3 Bucket should use EU locality which defaults to EU-WEST-1

public static readonly S3Region EUC1

Specifies that the S3 Bucket should use the EU-CENTRAL-1 locality.

public static readonly S3Region EUN1

Specifies that the S3 Bucket should use the EU-NORTH-1 locality.

public static readonly S3Region EUW1

Specifies that the S3 Bucket should use the EU-WEST-1 locality.

public static readonly S3Region EUW2

Specifies that the S3 Bucket should use the EU-WEST-2 locality.

public static readonly S3Region EUW3

Specifies that the S3 Bucket should use the EU-WEST-3 locality.

public static readonly S3Region GOV

Specifies that the S3 Bucket should use US-GOV-WEST-1 locality.

public static readonly S3Region GOVE1

Specifies that the S3 Bucket should use US-GOV-EAST-1 locality.

public static readonly S3Region GOVW1

Specifies that the S3 Bucket should use US-GOV-WEST-1 locality.

public static readonly S3Region SAE1

Specifies that the S3 Bucket should use the SA-EAST-1 locality.

public static readonly S3Region SFO

Specifies that the S3 Bucket should use US-WEST-1 locality.

public static readonly S3Region US

Specifies that the S3 Bucket should use US locality. This is the default value.

public static readonly S3Region USE2

Specifies that the S3 Bucket should use US-EAST-2 locality.

public static readonly S3Region USW1

Specifies that the S3 Bucket should use US-WEST-1 locality.

public static readonly S3Region USW2

Specifies that the S3 Bucket should use US-WEST-2 locality.

public S3Region(string value)

Construct instance of S3Region. It is not intended for this constructor to be called. Instead users should call the FindValue.

public static S3Region FindValue(string value)

Finds the constant for the unique value.

public static S3Region op_Implicit(string value)

Converts the string to the S3Region class