1 | <?php |
||
22 | class AmazonS3v2 extends AmazonS3 |
||
23 | { |
||
24 | /** |
||
25 | * Execute the sync. |
||
26 | * |
||
27 | * @see \phpbu\App\Backup\Sync::sync() |
||
28 | * @param \phpbu\App\Backup\Target $target |
||
29 | * @param \phpbu\App\Result $result |
||
30 | * @throws \phpbu\App\Backup\Sync\Exception |
||
31 | */ |
||
32 | public function sync(Target $target, Result $result) |
||
57 | } |
||
58 |
This method has been deprecated.