geeklearningio / gl-dotnet-storage

.NET Core Storage abstractions with FileSystem and Azure providers
MIT License
52 stars 13 forks source link

Remove assumptions about the type of blob when reading #71

Open sandorfr opened 6 years ago

sandorfr commented 6 years ago

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.