File tree 2 files changed +0
-4
lines changed
src/Files.App/Utils/Cloud
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ private static Task<IEnumerable<ICloudProvider>> DetectGenericCloudDrive()
82
82
CloudProviders ? cloudProvider = driveType switch
83
83
{
84
84
"MEGA" => CloudProviders . Mega ,
85
- "Amazon Drive" => CloudProviders . AmazonDrive ,
86
85
"Nextcloud" => CloudProviders . Nextcloud ,
87
86
"Jottacloud" => CloudProviders . Jottacloud ,
88
87
"iCloudDrive" => CloudProviders . AppleCloudDrive ,
@@ -109,7 +108,6 @@ private static Task<IEnumerable<ICloudProvider>> DetectGenericCloudDrive()
109
108
Name = cloudProvider switch
110
109
{
111
110
CloudProviders . Mega => $ "MEGA ({ Path . GetFileName ( syncedFolder . TrimEnd ( '\\ ' ) ) } )",
112
- CloudProviders . AmazonDrive => $ "Amazon Drive",
113
111
CloudProviders . Nextcloud => ! string . IsNullOrEmpty ( nextCloudValue ) ? nextCloudValue : "Nextcloud" ,
114
112
CloudProviders . Jottacloud => $ "Jottacloud",
115
113
CloudProviders . AppleCloudDrive => $ "iCloud Drive",
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ public enum CloudProviders
19
19
20
20
AppleCloudPhotos ,
21
21
22
- AmazonDrive ,
23
-
24
22
Nextcloud ,
25
23
26
24
Yandex ,
You can’t perform that action at this time.
0 commit comments