storage icon indicating copy to clipboard operation
storage copied to clipboard

Read files from http(s) url

Open ClassTerr opened this issue 3 years ago • 0 comments

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?

ClassTerr avatar Jun 27 '22 19:06 ClassTerr