An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

storagecontextlib

A unified abstraction library for Azure Blob Storage and Amazon S3 operations with advanced features including: ✓ Multi-cloud support (Azure Blob Storage, Amazon S3) ✓ Multi-framework support (.NET 8.0, 9.0, 10.0) ✓ Batch operations for high-performance file processing (ReadBatch, WriteBatch, CopyBatch) ✓ Streaming support with chunked downloads for large files ✓ Async enumerable streaming for memory-efficient processing ✓ Built-in retry logic with exponential backoff ✓ Cross-storage account copy operations ✓ Directory listing with pattern matching ✓ Move operations with overwrite support ✓ Background service for connection pool management Perfect for applications requiring cloud-agnostic storage operations with enterprise-grade reliability. ## Quick Start // Configure multiple storage accounts services.AddSingleton<IEnumerable<IBlobStorageService>>(ctx => { var storageContext = new MultiContext { Azureprops = configuration.GetSection("AzureContext").Get<List<AzureStorageProps>>(), Amazonprops = configuration.GetSection("AmazonContext").Get<List<AmazonStorageProps>>() }; return storageContext.CreateService(); }); // Use in your services var storage = _storageServices.instance("myaccount", "container"); await storage.UploadBlobAsync("path/file.pdf", stream); var downloadStream = await storage.DownloadBlobAsync("path/file.pdf"); See GitHub repository for detailed examples and documentation.

Ecosystem
nuget.org
Latest Release
1.0.32
about 14 hours ago
Versions
21
Downloads
4,820 total
1.0.32
Published: about 14 hours ago
Registry - Download
1.0.31
Published: 18 days ago
Registry - Download
1.0.30
Published: 18 days ago
Registry - Download
1.0.28
Published: 18 days ago
Registry - Download
1.0.27
Published: 19 days ago
Registry - Download
1.0.26
Published: 19 days ago
Registry - Download
1.0.25
Published: 5 months ago
Registry - Download
1.0.23
Published: 5 months ago
Registry - Download
1.0.21
Published: 5 months ago
Registry - Download
1.0.20
Published: 5 months ago
Registry - Download
1.0.18
Published: over 1 year ago
Registry - Download
1.0.17
Published: over 1 year ago
Registry - Download
1.0.16
Published: over 1 year ago
Registry - Download
1.0.15
Published: over 1 year ago
Registry - Download
1.0.14
Published: almost 2 years ago
Registry - Download
1.0.13
Published: almost 2 years ago
Registry - Download
1.0.12
Published: almost 2 years ago
Registry - Download
1.0.11
Published: almost 2 years ago
Registry - Download
1.0.9
Published: about 2 years ago
Registry - Download
1.0.8
Published: about 2 years ago
Registry - Download
1.0.7
Published: about 2 years ago
Registry - Download
Links
Registry nuget.org
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:nuget/storagecontextlib
spec
License MIT
First Release about 2 years ago
Last Synced about 14 hours ago