You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-13Lines changed: 39 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# LiteXStorage
2
-
> LiteXStorage is simple yet powerful and very high-performance storage mechanism and incorporating both synchronous and asynchronous usage with some advanced usages of cloud storage which can help us to handle storage more easier!
2
+
3
+
> LiteXStorage is simple yet powerful and very high-performance storage mechanism and incorporating both synchronous and asynchronous usage with some advanced usages of cloud storage which can help us to handle storage more easier!
4
+
5
+
3
6
4
7
Provide Storage service for ASP.NET Core (2.0 and later) applications.
5
8
@@ -12,19 +15,25 @@ It provides possibility to upload files, upload the content of a folder inclusiv
12
15
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.
@@ -744,7 +757,7 @@ public class StorageFactoryController : Controller
744
757
}
745
758
```
746
759
747
-
##### Sinlge provider only
760
+
##### Sinlge provider only
748
761
749
762
```cs
750
763
/// <summary>
@@ -1375,33 +1388,43 @@ public class StorageController : Controller
1375
1388
-[x] File System
1376
1389
-[x] Kvpbase
1377
1390
1391
+
1378
1392
#### Basic Storage API
1379
1393
1380
1394
-[x] Get Blob SAS
1381
1395
1382
1396
1383
-
1384
1397
#### Coming soon
1398
+
1385
1399
- .NET Standard 2.1 support
1386
1400
- .NET 5.0 support
1387
1401
- Remove sync methods
1388
1402
1389
1403
1404
+
1405
+
1406
+
1390
1407
---
1391
1408
1392
1409
1393
1410
1411
+
1412
+
1394
1413
## Give a Star! :star:
1414
+
1395
1415
Feel free to request an issue on github if you find bugs or request a new feature. Your valuable feedback is much appreciated to better improve this project. If you find this useful, please give it a star to show your support for this project.
If you find this project useful — or just feeling generous, consider buying me a beer or a coffee. Cheers! :beers::coffee:
1444
+
1419
1445
| PayPal | BMC | Patreon |
1420
1446
| ------------- | ------------- | ------------- |
1421
1447
|[](https://www.paypal.me/iamaashishpatel)|[](https://www.buymeacoffee.com/iamaashishpatel)|[](https://www.patreon.com/iamaashishpatel)|
1422
1448
1423
1449
1424
-
## License :lock:
1425
1450
1426
-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
1451
+
## License :lock:
1427
1452
1453
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments