storage
storage copied to clipboard
💿 Storage abstractions with implementations for .NET/.NET Standard
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
`Storage.Net.Microsoft.Azure.Storage.Blobs` has already upgraded to `Azure.Storage.Blobs` as underlying library, but `Storage.Net.Microsoft.Azure.Storage.Files` stayed with `Microsoft.Azure.Storage.Files`, which is deprecated. Can this be fixed easily or is Storage.Net end-of-life and we should switch...
I am fan of the `StorageFactory.Blobs.FromConnectionString` functionality but there is one thing that is missing to me - reading files from plain http(s) url. Anyway can't find anything related to...
### Fixes Issue #208 ### Description This is to fix malformed paths generated by Azure Storage instance created with SAS which includes container name already - [x] I've made sure...
Requiring the scheme (`azure.blob://`) is fine, but it would be nice if I could drop in whatever Azure or Azure Storage Explorer provide me for connection URIs: ``` DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1; ```...
#### Issue description Renaming an Azure blob deletes the blob if the blob is contained within a directory. #### Steps to reproduce the issue 1. Create a blob in a...
Azurite (https://github.com/Azure/Azurite) is an open source Azure Storage API compatible server. We use the Azurite Docker image (https://hub.docker.com/_/microsoft-azure-storage-azurite) for development and integration testing. Currently we created our own extension method...
It would be great if storage.net has some built-in support in expanding configuration variables in the connection string. Some settings like passwords or paths can come from other configuration sources...
If the key in a connection string for an Azure Blob Storage account contains a `+` character, the method `AzureBlobStorageWithSharedKey` fails with the message "Invalid length for a Base-64 char...