gl-dotnet-storage icon indicating copy to clipboard operation
gl-dotnet-storage copied to clipboard

.NET Core Storage abstractions with FileSystem and Azure providers

Results 12 gl-dotnet-storage issues
Sort by recently updated
recently updated
newest added

Azure provides [interesting things to handle concurrency](https://azure.microsoft.com/en-us/blog/managing-concurrency-in-microsoft-azure-storage-2/) such as: * leases (don't think [there is any S3 equivalent](https://www.quora.com/How-can-I-implement-optimistic-locking-for-S3-objects)) * If-Match (don't think [there is any S3 equivalent](https://www.quora.com/How-can-I-implement-optimistic-locking-for-S3-objects)) * snapshots (versionning...

enhancement
needs design