Total Complexity | 2 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
19 | class AmazonS3v2 extends AmazonS3 |
||
20 | { |
||
21 | /** |
||
22 | * Execute the sync. |
||
23 | * |
||
24 | * @see \phpbu\App\Backup\Sync::sync() |
||
25 | * @param \phpbu\App\Backup\Target $target |
||
26 | * @param \phpbu\App\Result $result |
||
27 | * @throws \phpbu\App\Backup\Sync\Exception |
||
28 | */ |
||
29 | public function sync(Target $target, Result $result) |
||
55 |