@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Gaufrette\Adapter; |
| 4 | 4 | |
| 5 | -use Gaufrette\File; |
|
| 6 | 5 | use Gaufrette\Adapter; |
| 7 | 6 | use Gaufrette\Adapter\InMemory as InMemoryAdapter; |
| 8 | 7 | |
@@ -264,8 +264,8 @@ |
||
| 264 | 264 | $this->fileData = array_merge($fileData, $this->fileData); |
| 265 | 265 | |
| 266 | 266 | return [ |
| 267 | - 'keys' => array_keys($fileData), |
|
| 268 | - 'dirs' => $dirs, |
|
| 267 | + 'keys' => array_keys($fileData), |
|
| 268 | + 'dirs' => $dirs, |
|
| 269 | 269 | ]; |
| 270 | 270 | } |
| 271 | 271 | |
@@ -445,11 +445,11 @@ |
||
| 445 | 445 | protected function completeMultipartUpload($key, $uploadId, $parts) |
| 446 | 446 | { |
| 447 | 447 | $options = $this->getOptions( |
| 448 | - $key, |
|
| 449 | - [ |
|
| 450 | - 'UploadId' => $uploadId, |
|
| 451 | - 'MultipartUpload' => ['Parts' => $parts], |
|
| 452 | - ] |
|
| 448 | + $key, |
|
| 449 | + [ |
|
| 450 | + 'UploadId' => $uploadId, |
|
| 451 | + 'MultipartUpload' => ['Parts' => $parts], |
|
| 452 | + ] |
|
| 453 | 453 | ); |
| 454 | 454 | $this->service->completeMultipartUpload($options); |
| 455 | 455 | } |