Table of Contents

Class S3Region

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

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

S3Region

APE1

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

public static readonly S3Region APE1

Field Value

S3Region

APN1

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

public static readonly S3Region APN1

Field Value

S3Region

APN2

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

public static readonly S3Region APN2

Field Value

S3Region

APN3

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

public static readonly S3Region APN3

Field Value

S3Region

APS1

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

public static readonly S3Region APS1

Field Value

S3Region

APS2

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

public static readonly S3Region APS2

Field Value

S3Region

APS3

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

public static readonly S3Region APS3

Field Value

S3Region

CAN1

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

public static readonly S3Region CAN1

Field Value

S3Region

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

S3Region

CN1

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

public static readonly S3Region CN1

Field Value

S3Region

CNW1

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

public static readonly S3Region CNW1

Field Value

S3Region

EU

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

public static readonly S3Region EU

Field Value

S3Region

EUC1

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

public static readonly S3Region EUC1

Field Value

S3Region

EUN1

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

public static readonly S3Region EUN1

Field Value

S3Region

EUS1

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

public static readonly S3Region EUS1

Field Value

S3Region

EUW1

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

public static readonly S3Region EUW1

Field Value

S3Region

EUW2

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

public static readonly S3Region EUW2

Field Value

S3Region

EUW3

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

public static readonly S3Region EUW3

Field Value

S3Region

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

S3Region

GOVE1

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

public static readonly S3Region GOVE1

Field Value

S3Region

GOVW1

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

public static readonly S3Region GOVW1

Field Value

S3Region

MES1

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

public static readonly S3Region MES1

Field Value

S3Region

SAE1

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

public static readonly S3Region SAE1

Field Value

S3Region

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

S3Region

US

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

public static readonly S3Region US

Field Value

S3Region

USE2

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

public static readonly S3Region USE2

Field Value

S3Region

USW1

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

public static readonly S3Region USW1

Field Value

S3Region

USW2

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

public static readonly S3Region USW2

Field Value

S3Region

Methods

FindValue(string)

Finds the constant for the unique value.

public static S3Region FindValue(string value)

Parameters

value string

Returns

S3Region

Operators

implicit operator S3Region(string)

Converts the string to the S3Region class

public static implicit operator S3Region(string value)

Parameters

value string

Returns

S3Region