Interface IBunnyClientFactory
Assembly: Volo.Abp.BlobStoring.Bunny.dll
Syntax
public interface IBunnyClientFactory
Methods
CreateAsync(string, string, string)
Declaration
Task<BunnyCDNStorage> CreateAsync(string accessKey, string containerName, string region = "de")
Parameters
Returns
Type |
Description |
Task<BunnyCDNStorage> |
|
EnsureStorageZoneExistsAsync(string, string, string, bool)
Declaration
Task EnsureStorageZoneExistsAsync(string accessKey, string containerName, string region = "de", bool createIfNotExists = false)
Parameters
Returns
Extension Methods