We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0053e6d commit a9bf52dCopy full SHA for a9bf52d
sample/cosClient.php
@@ -27,6 +27,6 @@
27
'anonymous' => true, //匿名模式
28
),
29
'timezone' => 'PRC', //时区
30
- 'locationWithSchema' => true //Location中是否包含scheme
+ 'locationWithScheme' => true //Location中是否包含scheme
31
)
32
);
0 commit comments