Enumeration: Region
Defined in: model/region.ts:15
Specifies where the bucket containing the object is stored. Possible values are:
US
- (Default) Data center for the US region.EMEA
- Data center for the European Union, Middle East, and Africa.APAC
- (Beta) Data center for Australia.
Note: Beta features are subject to change. Please do not use in production environments.
Enumeration Members
Apac
Apac:
"APAC"
Defined in: model/region.ts:18
Emea
Emea:
"EMEA"
Defined in: model/region.ts:17
Us
Us:
"US"
Defined in: model/region.ts:16