当我尝试使用PHP SDK 2在悉尼地区创建s3存储桶时出现以下错误:
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"'
错误在区域列表中没有ap-southeast-2。我尝试了两个不同版本的SDK(2.2.x和2.4.3)。还是一样的错误。任何人都有同样的问题,知道任何解决方法吗?