gl-dotnet-storage
gl-dotnet-storage copied to clipboard
.NET Core Storage abstractions with FileSystem and Azure providers
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.10.0 to 12.13.0. Commits dd17f33 July Release Prep - Confidential Ledger (#29675) b62fd9f [AzureMonitorExporter] Split Integration.Tests project (#29703) ad4d05e fix test construction (#29700) 4586797 Fix null errors...
In GeekLearning.Storage solution, in the Storage.FileSystem project the UpdateAsync method isn’t working correctly. It updates the „data” file, but doesn’t compute a new MD5 hash and doesn’t change the „attribute”...
In GeekLearning.Storage solutionI, in the FileSystem project the DeleteAsync method deletes only the „data” file and leaves the „attribute” file untouched.
Add the moment it make the assumption that the blob is a regular block blob. So it fails if the blob is an append blob.
Document abstracted API surface in the wiki
Both azure and S3 support some kind of history. This would be great to bring an abstracted support for it.