@@ -29,7 +29,7 @@ |
||
| 29 | 29 | public function sync(Target $target, Result $result) |
| 30 | 30 | { |
| 31 | 31 | $sourcePath = $target->getPathname(); |
| 32 | - $targetPath = $this->path . '/' . $target->getFilename(); |
|
| 32 | + $targetPath = $this->path . '/' . $target->getFilename(); |
|
| 33 | 33 | |
| 34 | 34 | $s3 = S3Client::factory( |
| 35 | 35 | [ |