From 94a452e21fc6dd9b50da9206fca0022f60aa30ac Mon Sep 17 00:00:00 2001 From: Aashish Patel Date: Sun, 26 Aug 2018 20:34:39 +0530 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 9946902..c55faea 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ It provides possibility to upload files, upload the content of a folder inclusiv LiteXStorage is an interface to unify the programming model for various storage providers. The Core library contains all base interfaces and tools. One should install at least one other LiteXStorage package to get storage handle implementation. - ## Storage Providers :books: - [Azure](docs/Azure.md) - [AmazonS3](docs/Amazon.md) @@ -21,7 +20,6 @@ LiteXStorage is an interface to unify the programming model for various storage - [Kvpbase](docs/Kvpbase.md) - deprecated - ## Features :pager: - Create container or bucket - Get Shared Access Signature (SAS) url @@ -34,7 +32,6 @@ LiteXStorage is an interface to unify the programming model for various storage - Leverages a provider model on top of ILiteXBlobService under the hood and can be extended with your own implementation - ## Basic Usage :page_facing_up: ### Step 1 : Install the package :package: