StorageContextLib 1.0.27
See the version list below for details.
dotnet add package StorageContextLib --version 1.0.27
NuGet\Install-Package StorageContextLib -Version 1.0.27
<PackageReference Include="StorageContextLib" Version="1.0.27" />
<PackageVersion Include="StorageContextLib" Version="1.0.27" />
<PackageReference Include="StorageContextLib" />
paket add StorageContextLib --version 1.0.27
#r "nuget: StorageContextLib, 1.0.27"
#:package StorageContextLib@1.0.27
#addin nuget:?package=StorageContextLib&version=1.0.27
#tool nuget:?package=StorageContextLib&version=1.0.27
StorageContextLib - Unified Cloud Storage API
A powerful .NET library that provides a unified abstraction layer for Azure Blob Storage and Amazon S3, enabling seamless multi-cloud storage operations.
Features
✅ Multi-Cloud Support - Work with Azure Blob Storage and Amazon S3 through a single interface
✅ Batch Operations - High-performance batch read, write, and copy operations
✅ Streaming Support - Memory-efficient streaming with configurable chunk sizes
✅ Async Enumerable - Stream large files with IAsyncEnumerable<ReadOnlyMemory<byte>>
✅ Retry Logic - Built-in exponential backoff for transient failures
✅ Cross-Account Operations - Copy files between different storage accounts
✅ Background Services - Connection pool management with BackgroundService
✅ Move Operations - Atomic move with overwrite support
Installation
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- AWSSDK.S3 (>= 3.7.309.7)
- Azure.Identity (>= 1.13.2)
- Azure.Storage.Blobs (>= 12.23.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
-
net8.0
- AWSSDK.S3 (>= 3.7.309.7)
- Azure.Identity (>= 1.13.2)
- Azure.Storage.Blobs (>= 12.23.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
-
net9.0
- AWSSDK.S3 (>= 3.7.309.7)
- Azure.Identity (>= 1.13.2)
- Azure.Storage.Blobs (>= 12.23.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.32 | 43 | 3/10/2026 |
| 1.0.31 | 116 | 2/21/2026 |
| 1.0.30 | 82 | 2/20/2026 |
| 1.0.28 | 90 | 2/20/2026 |
| 1.0.27 | 80 | 2/20/2026 |
| 1.0.26 | 85 | 2/20/2026 |
| 1.0.25 | 702 | 10/24/2025 |
| 1.0.23 | 215 | 10/3/2025 |
| 1.0.21 | 136 | 10/3/2025 |
| 1.0.20 | 151 | 10/3/2025 |
| 1.0.18 | 654 | 11/12/2024 |
| 1.0.17 | 825 | 7/3/2024 |
| 1.0.16 | 198 | 7/1/2024 |
| 1.0.15 | 171 | 7/1/2024 |
| 1.0.14 | 152 | 6/3/2024 |
| 1.0.13 | 265 | 4/15/2024 |
| 1.0.12 | 165 | 4/15/2024 |
| 1.0.11 | 184 | 4/1/2024 |
| 1.0.9 | 178 | 3/1/2024 |
| 1.0.8 | 182 | 2/29/2024 |
Multi-targeting support for .NET 8.0, 9.0, and 10.0
- Azure Blob Storage and Amazon S3
- Batch operations (Read/Write/Copy)
- Streaming with chunk support
- Background service for connection management
- Cross-storage account operations