From a9bf52d3837620813da0a5998f295ce34e2c7ddb Mon Sep 17 00:00:00 2001 From: Lu Fei <52o@qq52o.cn> Date: Tue, 24 Oct 2023 17:27:58 +0800 Subject: [PATCH] Update cosClient.php --- sample/cosClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/cosClient.php b/sample/cosClient.php index 59835b1..db178de 100644 --- a/sample/cosClient.php +++ b/sample/cosClient.php @@ -27,6 +27,6 @@ 'anonymous' => true, //匿名模式 ), 'timezone' => 'PRC', //时区 - 'locationWithSchema' => true //Location中是否包含scheme + 'locationWithScheme' => true //Location中是否包含scheme ) );