Region Property
The region where the bucket is located.
Object Oriented Interface
public function getRegion(); public function setRegion($value);
Procedural Interface
incloudstorage_amazons3_get($res, 59 ); incloudstorage_amazons3_set($res, 59, $value );
Default Value
'us-east-1'
Remarks
By default the class will use the US East (N. Virginia) region. Set this property if the bucket is located in a different region.
Available Regions:
Value | Region |
us-east-1 (Default) | US East (N. Virginia) |
us-west-1 | US West (N. California) |
us-west-2 | US West (Oregon) |
eu-west-1 | EU (Ireland) |
eu-central-1 | EU (Frankfurt) |
ap-northeast-1 | Asia Pacific (Tokyo) |
ap-northeast-2 | Asia Pacific (Seoul) |
ap-southeast-1 | Asia Pacific (Singapore) |
ap-southeast-2 | Asia Pacific (Sydney) |
sa-east-1 | South America (São Paulo) |
cn-north-1 | China North |
Data Type
String