Skip to content

Releases: SamhammerAG/Samhammer.AzureBlobStorage

v6.1.1

26 Jun 04:44

Choose a tag to compare

Add API to get SAS blob url

v6.1.0

26 Jun 04:19

Choose a tag to compare

v6.1.0 Pre-release
Pre-release

v6.0.3.4

23 Jun 03:38

Choose a tag to compare

v6.0.3.4 Pre-release
Pre-release

Create function to get blob url to download file from azure blob SAS

v6.0.3

14 Mar 15:49

Choose a tag to compare

Make default container name lowercase as capital letters are not allowed

v6.0.2

13 Mar 11:50
2870334

Choose a tag to compare

Add support to list, upload and delete files from a specific folder inside of a container

v6.0.1

14 Feb 12:53
0b7fad2

Choose a tag to compare

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.

v6.0.0

10 Feb 09:45
ecea15d

Choose a tag to compare

Initial release