product('Sts'); $this->version('2015-04-01'); $this->action('GenerateSessionAccessKey'); $this->host('sts.ap-northeast-1.aliyuncs.com'); $this->scheme('https'); $this->regionId('cn-hangzhou'); $this->options['verify'] = false; $this->options['query']['PublicKeyId'] = $publicKeyId; $this->options['query']['DurationSeconds'] = Provider::DURATION_SECONDS; } }