geeklearningio / gl-dotnet-storage

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

Provide an initialization method on IStore #38

Closed asiffermann closed 7 years ago

asiffermann commented 7 years ago

This method should not be called automatically, but explicitly (for instance at the end of Startup.Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory).

The providers' implementations should allow: