@@ -200,6 +200,8 @@ discard block |
||
| 200 | 200 | |
| 201 | 201 | /** |
| 202 | 202 | * @param string $authority |
| 203 | + * @param string $bucketName |
|
| 204 | + * @param string $path |
|
| 203 | 205 | */ |
| 204 | 206 | public static function update($bucketName, $path, |
| 205 | 207 | $bizAttr = null, $authority = null, $customer_headers_array = null) |
@@ -630,6 +632,10 @@ discard block |
||
| 630 | 632 | * 'Content-Language' => '*' |
| 631 | 633 | * 'x-cos-meta-自定义内容' => '*' |
| 632 | 634 | */ |
| 635 | + |
|
| 636 | + /** |
|
| 637 | + * @param string $authority |
|
| 638 | + */ |
|
| 633 | 639 | private static function updateBase($bucketName, $path, |
| 634 | 640 | $bizAttr = null, $authority = null, $custom_headers_array = null) |
| 635 | 641 | { |