filipw / Strathweb.AspNetCore.AzureBlobFileProvider

MIT License
55 stars 22 forks source link

Dynamic containers #12

Closed bencameron closed 5 years ago

bencameron commented 5 years ago

Created IContainerFactory; Moved original logic for resolving blob from subpath into DefaultContainerFactory; Added constructor to AzureBlobFileProvider that accepts IContainerFactory;

filipw commented 5 years ago

thanks a lot - looks good! I just left a small comment

filipw commented 5 years ago

thanks!