storage
storage copied to clipboard
Read files from http(s) url
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 this in the docs.
My usecase is reading some csv files.
- For local development from filesystem.
- For app running in the cloud from url.
In my case url doesn't require auth. Is there something that can help me to achieve this in Storage.Net?