Class AWSS3StorageImageProvider
Returns images stored in AWS S3.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Web.Providers.AWS
Assembly: SixLabors.ImageSharp.Web.Providers.AWS.dll
Syntax
public class AWSS3StorageImageProvider : IImageProvider
Constructors
| Edit this page View SourceAWSS3StorageImageProvider(IOptions<AWSS3StorageImageProviderOptions>, FormatUtilities)
Initializes a new instance of the AWSS3StorageImageProvider class.
Declaration
public AWSS3StorageImageProvider(IOptions<AWSS3StorageImageProviderOptions> storageOptions, FormatUtilities formatUtilities)
Parameters
Type | Name | Description |
---|---|---|
IOptions<AWSS3StorageImageProviderOptions> | storageOptions | The S3 storage options |
FormatUtilities | formatUtilities | Contains various format helper methods based on the current configuration. |
Properties
| Edit this page View SourceMatch
Gets or sets the method used by the resolver to identify itself as the correct resolver to use.
Declaration
public Func<HttpContext, bool> Match { get; set; }
Property Value
Type | Description |
---|---|
Func<HttpContext, bool> |
ProcessingBehavior
Gets the processing behavior.
Declaration
public ProcessingBehavior ProcessingBehavior { get; }
Property Value
Type | Description |
---|---|
ProcessingBehavior |
Methods
| Edit this page View SourceGetAsync(HttpContext)
Gets the image resolver associated with the context.
Declaration
public Task<IImageResolver?> GetAsync(HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context | The current HTTP request context. |
Returns
Type | Description |
---|---|
Task<IImageResolver> | The IImageResolver. |
IsValidRequest(HttpContext)
Gets a value indicating whether the current request passes sanitizing rules.
Declaration
public bool IsValidRequest(HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context | The current HTTP request context. |
Returns
Type | Description |
---|---|
bool |