@@ -30,9 +30,9 @@ |
||
30 | 30 | }); |
31 | 31 | |
32 | 32 | Storage::disk('cosv4') |
33 | - ->addPlugin(new PutRemoteFile()) |
|
34 | - ->addPlugin(new PutRemoteFileAs()) |
|
35 | - ->addPlugin(new GetUrl()); |
|
33 | + ->addPlugin(new PutRemoteFile()) |
|
34 | + ->addPlugin(new PutRemoteFileAs()) |
|
35 | + ->addPlugin(new GetUrl()); |
|
36 | 36 | } |
37 | 37 | |
38 | 38 | /** |
@@ -213,7 +213,7 @@ |
||
213 | 213 | * 'x-cos-meta-自定义内容' => '*' |
214 | 214 | */ |
215 | 215 | public static function update($bucket, $path, |
216 | - $bizAttr = null, $authority = null, $customer_headers_array = null) |
|
216 | + $bizAttr = null, $authority = null, $customer_headers_array = null) |
|
217 | 217 | { |
218 | 218 | $path = self::normalizerPath($path); |
219 | 219 |