feat : oss callback
This commit is contained in:
@@ -52,7 +52,7 @@ trait AliStsTrait
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function getAliStsControls($payload){
|
||||
$client = self::createClient();
|
||||
$client = $this->createClient();
|
||||
$assumeRoleRequest = new AssumeRoleRequest($payload);
|
||||
$runtime = new RuntimeOptions([]);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user