Skip to content

Commit bf8dadb

Browse files
authored
docs(cloudupload): remove everlive sdk from the documentations (#637)
1 parent d88c8eb commit bf8dadb

13 files changed

+103
-383
lines changed

api/client/enums/Telerik.Web.UI.CloudUploadProviderType.md

-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ slug: Telerik.Web.UI.CloudUploadProviderType
1616

1717
### Amazon `0`
1818

19-
### Everlive `1`
20-
2119
### Azure `2`

controls/asyncupload/troubleshooting/web-farm.md

-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ There are a few simple requirements that allow file uploads (including [chunk fi
2424
>
2525
> * [Amazon S3 Buckets](https://docs.telerik.com/devtools/aspnet-ajax/controls/cloudupload/cloud-storage-providers/amazon-s3)
2626
> * [Azure Blob Storage](https://docs.telerik.com/devtools/aspnet-ajax/controls/cloudupload/cloud-storage-providers/azure-blob-storage)
27-
> * [Telerik Backend Services](https://docs.telerik.com/devtools/aspnet-ajax/controls/cloudupload/telerik-backend-services)
2827
2928
## Troubleshooting
3029

@@ -42,4 +41,3 @@ Large files must be allowed by the server. For more details, see the [Uploading
4241
* [Custom Upload Handler for RadAsyncUpload]({%slug asyncupload/how-to/how-to-extend-the-radasyncupload-handler%})
4342
* [Amazon S3 Buckets in RadCloudUpload]({%slug cloudupload/cloud-storage-providers/amazon-s3%})
4443
* [Azure Blob Storage in RadCloudUpload]({%slug cloudupload/cloud-storage-providers/azure-blob-storage%})
45-
* [Telerik Backend Services in RadCloudUpload]({%slug cloudupload/cloud-storage-providers/telerik-backend-services%})

controls/cloudupload/cloud-storage-providers/telerik-backend-services.md

-55
This file was deleted.

controls/cloudupload/custom-cloud-storage-providers/custom-telerik-backend-services-provider-.md

-260
This file was deleted.

controls/cloudupload/custom-cloud-storage-providers/overview.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,25 @@ slug: cloudupload/custom-cloud-storage-providers/overview
66
tags: overview
77
published: True
88
position: 0
9+
previous_url: controls/cloudupload/cloud-storage-providers/telerik-backend-services,controls/cloudupload/custom-cloud-storage-providers/custom-telerik-backend-services-provider-
910
---
1011

1112
# Custom Cloud Storage Providers Overview
1213

1314

1415

15-
Custom Cloud Storage Providers were added for the first time in **Q1 2014**. They extend the existing **Cloud Storage Providers** ([Amazon S3]({%slug cloudupload/cloud-storage-providers/amazon-s3%}) , [Azure Blob Storage]({%slug cloudupload/cloud-storage-providers/azure-blob-storage%}) and [Telerik Backend Services]({%slug cloudupload/cloud-storage-providers/telerik-backend-services%})) as offer creating of some custom functionalities, which cannot be achieved with the standard providers. For example they allow dynamically setting Security Credentials from the Code-Behind and switching between the different Providers.
16+
Custom Cloud Storage Providers were added for the first time in **Q1 2014**. They extend the existing **Cloud Storage Providers** ([Amazon S3]({%slug cloudupload/cloud-storage-providers/amazon-s3%}) and [Azure Blob Storage]({%slug cloudupload/cloud-storage-providers/azure-blob-storage%})) as offer creating of some custom functionalities, which cannot be achieved with the standard providers. For example they allow dynamically setting Security Credentials from the Code-Behind and switching between the different Providers.
1617

1718
## Custom Providers
1819

1920
* [ Amazon S3 Custom Provider ]({%slug cloudupload/custom-cloud-storage-providers/custom-amazon-s3-provider%})
2021

2122
* [ Azure Blob Storage Custom Provider ]({%slug cloudupload/custom-cloud-storage-providers/custom-azure-blob-storage-provider%})
2223

23-
* [ Telerik Backend Services Custom Provider ]({%slug cloudupload/custom-cloud-storage-providers/custom-telerik-backend-services-provider-%})
24-
2524
# See Also
2625

2726
* [Amazon]({%slug cloudupload/cloud-storage-providers/amazon-s3%})
2827

2928
* [Azure Blob Storage]({%slug cloudupload/cloud-storage-providers/azure-blob-storage%})
3029

31-
* [Telerik Backend Services]({%slug cloudupload/cloud-storage-providers/telerik-backend-services%})
32-
3330
* [Troubleshooting]({%slug cloudupload/troubleshooting%})

0 commit comments

Comments
 (0)