I'm getting the following error when I try to create s3 bucket in Sydney Region using PHP SDK 2:
PHP Fatal error: Uncaught exception 'Guzzle\Service\Exception\ValidationException' with message 'Validation errors:
[LocationConstraint] must be one of "EU" or "eu-west-1" or "us-west-1" or "us-west-2" or "ap-southeast-1" or "ap-northeast-1" or "sa-east-1"'
The error has no ap-southeast-2 in the list of regions. I have tried two different versions of SDK (2.2.x and 2.4.3). Still the same error. Anybody had the same issue and know any work around?