Releases: SamhammerAG/Samhammer.AzureBlobStorage
v6.1.1
Add API to get SAS blob url
v6.1.0
v6.0.3.4
Create function to get blob url to download file from azure blob SAS
v6.0.3
v6.0.2
v6.0.1
Note: This release contains breaking changes to simplify usage.
Optional Container name
The container name can be set in the AzureBlobStorageOptions now by setting the field "ContainerName".
For custom clientFactories there is a new method that has to be implemented to return the default container name (or null if you always specify one in your method).
Also note that the containerName parameter was moved to the last position in all method signatures of AzureBlobStorageService.
Injection of the service with default factory
This is now possible with or without generics (as before). You can now use the interface "IAzureBlobStorageService" to inject it.
Extension methods for IServiceCollection and IHealthChecksBuilder
There are now additional extensions for initialization with multiple clientFactories. See readme for further details.