Class AWSS3StorageImageProvider
Returns images stored in AWS S3.
Inheritance
AWSS3StorageImageProvider
Assembly: SixLabors.ImageSharp.Web.Providers.AWS.dll
Syntax
public class AWSS3StorageImageProvider : IImageProvider
Constructors
|
Improve this Doc
View Source
Declaration
public AWSS3StorageImageProvider(IOptions<AWSS3StorageImageProviderOptions> storageOptions, FormatUtilities formatUtilities)
Parameters
Properties
|
Improve this Doc
View Source
Match
Declaration
public Func<HttpContext, bool> Match { get; set; }
Property Value
|
Improve this Doc
View Source
ProcessingBehavior
Declaration
public ProcessingBehavior ProcessingBehavior { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetAsync(HttpContext)
Declaration
public async Task<IImageResolver> GetAsync(HttpContext context)
Parameters
Type |
Name |
Description |
HttpContext |
context |
|
Returns
|
Improve this Doc
View Source
IsValidRequest(HttpContext)
Declaration
public bool IsValidRequest(HttpContext context)
Parameters
Type |
Name |
Description |
HttpContext |
context |
|
Returns
Implements