Skip to content

Commit 10a89fd

Browse files
Remove Yandex because of compatibility issues
In the future we should readd Yandex via Flysystem or AWS S3.
1 parent be47aad commit 10a89fd

9 files changed

Lines changed: 1 addition & 835 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ If you are behind php 7.0 you can still use phpbu version [4.0.10](https://phar.
5656
+ rsync
5757
+ SFTP
5858
+ Softlayer
59-
+ Yandex Disk
6059
* Cleanup your local backup
6160
+ Delete backups older x
6261
+ Store only x MB of backups

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"php-opencloud/openstack": "^3.0",
6666
"microsoft/azure-storage-blob": "^1.4",
6767
"phpmailer/phpmailer": "^6.0",
68-
"google/cloud-storage": "^1.42",
69-
"arhitector/yandex": "^2.2"
68+
"google/cloud-storage": "^1.42"
7069
},
7170
"suggest": {
7271
"sebastianfeldmann/ftp": "Require ^0.9.2 to sync to an FTP server",

src/Backup/Collector/YandexDisk.php

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/Backup/File/YandexDisk.php

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/Backup/Sync/YandexDisk.php

Lines changed: 0 additions & 176 deletions
This file was deleted.

src/Factory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ class Factory
8383
'sftp' => '\\phpbu\\App\\Backup\\Sync\\Sftp',
8484
'softlayer' => '\\phpbu\\App\\Backup\\Sync\\SoftLayer',
8585
'openstack' => '\\phpbu\\App\\Backup\\Sync\\OpenStack',
86-
'yandex-disk' => '\\phpbu\\App\\Backup\\Sync\\YandexDisk',
8786
],
8887
'cleaner' => [
8988
'capacity' => '\\phpbu\\App\\Backup\\Cleaner\\Capacity',

0 commit comments

Comments
 (0)