Liquid-Application-Framework-1.0-deprecated icon indicating copy to clipboard operation
Liquid-Application-Framework-1.0-deprecated copied to clipboard

Liquid.Repository.MediaStorageConfiguration isn't generalizable

Open bruno-brant opened this issue 5 years ago • 1 comments

The configuration of a Media Storage is specific to a storage provider - Azure - it expects a ConnectionString and a Container, terms that are specific to Azure Blob Storage and not used by AWS, Google and others.

We should move this class from Liquid.Repository to near its consumers, inside Liquid.OnAzure and Liquid.OnAWS, etc. The name of the configuration should also reflect which storage it's from, of course.

bruno-brant avatar Dec 03 '19 21:12 bruno-brant